#[repr(C)]pub struct WebKitDOMHTMLBRElementClass {
pub parent_class: WebKitDOMHTMLElementClass,
}
Fields
parent_class: WebKitDOMHTMLElementClass
Trait Implementations
sourceimpl Clone for WebKitDOMHTMLBRElementClass
impl Clone for WebKitDOMHTMLBRElementClass
sourcefn clone(&self) -> WebKitDOMHTMLBRElementClass
fn clone(&self) -> WebKitDOMHTMLBRElementClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WebKitDOMHTMLBRElementClass
impl Debug for WebKitDOMHTMLBRElementClass
impl Copy for WebKitDOMHTMLBRElementClass
Auto Trait Implementations
impl RefUnwindSafe for WebKitDOMHTMLBRElementClass
impl !Send for WebKitDOMHTMLBRElementClass
impl !Sync for WebKitDOMHTMLBRElementClass
impl Unpin for WebKitDOMHTMLBRElementClass
impl UnwindSafe for WebKitDOMHTMLBRElementClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more