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