#[repr(C)]pub struct DOMJSClass {
pub base: JSClass,
pub dom_class: DOMClass,
}
Expand description
The JSClass used for DOM object reflectors.
Fields§
§base: JSClass
The actual JSClass.
dom_class: DOMClass
Associated data for DOM object reflectors.
Trait Implementations§
source§impl Clone for DOMJSClass
impl Clone for DOMJSClass
source§fn clone(&self) -> DOMJSClass
fn clone(&self) -> DOMJSClass
Returns a copy 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 moreimpl Copy for DOMJSClass
impl Sync for DOMJSClass
Auto Trait Implementations§
impl RefUnwindSafe for DOMJSClass
impl !Send for DOMJSClass
impl Unpin for DOMJSClass
impl UnwindSafe for DOMJSClass
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert