Struct script::dom::xrquadlayer::XRQuadLayer
source · #[repr(C)]pub struct XRQuadLayer {
composition_layer: XRCompositionLayer,
}
Fields§
§composition_layer: XRCompositionLayer
Implementations§
source§impl XRQuadLayer
impl XRQuadLayer
fn __assert_parent_type(&self)
Trait Implementations§
source§impl Castable for XRQuadLayer
impl Castable for XRQuadLayer
source§impl DomObject for XRQuadLayer
impl DomObject for XRQuadLayer
source§impl DomObjectWrap for XRQuadLayer
impl DomObjectWrap for XRQuadLayer
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRQuadLayerBinding::XRQuadLayerBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::xrquadlayer::XRQuadLayer>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrquadlayer::XRQuadLayer>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRQuadLayerBinding::XRQuadLayerBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::xrquadlayer::XRQuadLayer>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrquadlayer::XRQuadLayer>>}
Function pointer to the general wrap function type
source§impl HasParent for XRQuadLayer
impl HasParent for XRQuadLayer
source§fn as_parent(&self) -> &XRCompositionLayer
fn as_parent(&self) -> &XRCompositionLayer
This is used in a type assertion to ensure that the source and webidls agree as to what the parent type is
type Parent = XRCompositionLayer
source§impl IDLInterface for XRQuadLayer
impl IDLInterface for XRQuadLayer
source§impl JSTraceable for XRQuadLayer
impl JSTraceable for XRQuadLayer
source§impl MallocSizeOf for XRQuadLayer
impl MallocSizeOf for XRQuadLayer
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for XRQuadLayer
impl MutDomObject for XRQuadLayer
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<XRQuadLayer> for XRQuadLayer
impl PartialEq<XRQuadLayer> for XRQuadLayer
source§fn eq(&self, other: &XRQuadLayer) -> bool
fn eq(&self, other: &XRQuadLayer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToJSValConvertible for XRQuadLayer
impl ToJSValConvertible for XRQuadLayer
impl DerivedFrom<EventTarget> for XRQuadLayer
impl DerivedFrom<XRCompositionLayer> for XRQuadLayer
impl DerivedFrom<XRLayer> for XRQuadLayer
Auto Trait Implementations§
impl !RefUnwindSafe for XRQuadLayer
impl !Send for XRQuadLayer
impl !Sync for XRQuadLayer
impl Unpin for XRQuadLayer
impl !UnwindSafe for XRQuadLayer
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> 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