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