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