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