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