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