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