#[repr(C)]pub struct WebKitDOMHTMLCanvasElement {
pub parent_instance: WebKitDOMHTMLElement,
}Fields§
§parent_instance: WebKitDOMHTMLElementTrait Implementations§
Source§impl Clone for WebKitDOMHTMLCanvasElement
impl Clone for WebKitDOMHTMLCanvasElement
Source§fn clone(&self) -> WebKitDOMHTMLCanvasElement
fn clone(&self) -> WebKitDOMHTMLCanvasElement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WebKitDOMHTMLCanvasElement
impl Debug for WebKitDOMHTMLCanvasElement
impl Copy for WebKitDOMHTMLCanvasElement
Auto Trait Implementations§
impl Freeze for WebKitDOMHTMLCanvasElement
impl RefUnwindSafe for WebKitDOMHTMLCanvasElement
impl !Send for WebKitDOMHTMLCanvasElement
impl !Sync for WebKitDOMHTMLCanvasElement
impl Unpin for WebKitDOMHTMLCanvasElement
impl UnwindSafe for WebKitDOMHTMLCanvasElement
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