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