#[repr(C)]pub struct XRView {
reflector_: Reflector,
session: Dom<XRSession>,
eye: XREye,
viewport_index: usize,
proj: Heap<*mut JSObject>,
view: View<ApiSpace>,
transform: Dom<XRRigidTransform>,
}
Fields
reflector_: Reflector
session: Dom<XRSession>
eye: XREye
viewport_index: usize
proj: Heap<*mut JSObject>
view: View<ApiSpace>
transform: Dom<XRRigidTransform>
Implementations
sourceimpl XRView
impl XRView
fn __assert_parent_type(&self)
sourceimpl XRView
impl XRView
fn new_inherited(
session: &XRSession,
transform: &XRRigidTransform,
eye: XREye,
viewport_index: usize,
view: View<ApiSpace>
) -> XRView
pub fn new<V: Copy>(
global: &GlobalScope,
session: &XRSession,
view: &View<V>,
eye: XREye,
viewport_index: usize,
to_base: &RigidTransform3D<f32, Native, BaseSpace>
) -> Root<Dom<XRView>>
pub fn session(&self) -> &XRSession
pub fn viewport_index(&self) -> usize
Trait Implementations
sourceimpl DomObjectWrap for XRView
impl DomObjectWrap for XRView
sourceconst WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRViewBinding::XRViewBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::xrview::XRView>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrview::XRView>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRViewBinding::XRViewBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::xrview::XRView>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrview::XRView>>}
Function pointer to the general wrap function type
sourceimpl IDLInterface for XRView
impl IDLInterface for XRView
sourceimpl MallocSizeOf for XRView
impl MallocSizeOf for XRView
sourcefn 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. Read more
sourceimpl MutDomObject for XRView
impl MutDomObject for XRView
sourceunsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
sourceimpl ToJSValConvertible for XRView
impl ToJSValConvertible for XRView
sourceunsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)
unsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)
Convert
self
to a JSVal
. JSAPI failure causes a panic.sourceimpl XRViewMethods for XRView
impl XRViewMethods for XRView
sourcefn ProjectionMatrix(&self, _cx: JSContext) -> NonNull<JSObject>
fn ProjectionMatrix(&self, _cx: JSContext) -> NonNull<JSObject>
https://immersive-web.github.io/webxr/#dom-xrview-projectionmatrix
sourcefn Transform(&self) -> Root<Dom<XRRigidTransform>>
fn Transform(&self) -> Root<Dom<XRRigidTransform>>
https://immersive-web.github.io/webxr/#dom-xrview-transform
Auto Trait Implementations
impl !RefUnwindSafe for XRView
impl !Send for XRView
impl !Sync for XRView
impl Unpin for XRView
impl !UnwindSafe for XRView
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
sourcefn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
sourceimpl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
sourcefn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert