#[repr(C)]pub struct WebKitDOMHTMLHRElementClass {
pub parent_class: WebKitDOMHTMLElementClass,
}
Fields
parent_class: WebKitDOMHTMLElementClass
Trait Implementations
sourceimpl Clone for WebKitDOMHTMLHRElementClass
impl Clone for WebKitDOMHTMLHRElementClass
sourcefn clone(&self) -> WebKitDOMHTMLHRElementClass
fn clone(&self) -> WebKitDOMHTMLHRElementClass
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 WebKitDOMHTMLHRElementClass
impl Debug for WebKitDOMHTMLHRElementClass
impl Copy for WebKitDOMHTMLHRElementClass
Auto Trait Implementations
impl RefUnwindSafe for WebKitDOMHTMLHRElementClass
impl !Send for WebKitDOMHTMLHRElementClass
impl !Sync for WebKitDOMHTMLHRElementClass
impl Unpin for WebKitDOMHTMLHRElementClass
impl UnwindSafe for WebKitDOMHTMLHRElementClass
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