#[repr(C)]pub struct XRRay {
reflector_: Reflector,
ray: Ray<ApiSpace>,
matrix: Heap<*mut JSObject>,
}
Fields§
§reflector_: Reflector
§ray: Ray<ApiSpace>
§matrix: Heap<*mut JSObject>
Implementations§
source§impl XRRay
impl XRRay
fn __assert_parent_type(&self)
source§impl XRRay
impl XRRay
fn new_inherited(ray: Ray<ApiSpace>) -> XRRay
pub fn new(global: &GlobalScope, ray: Ray<ApiSpace>) -> Root<Dom<XRRay>>
sourcepub fn Constructor(
window: &Window,
origin: &DOMPointInit,
direction: &XRRayDirectionInit
) -> Result<Root<Dom<Self>>, Error>
pub fn Constructor(
window: &Window,
origin: &DOMPointInit,
direction: &XRRayDirectionInit
) -> Result<Root<Dom<Self>>, Error>
https://immersive-web.github.io/hit-test/#dom-xrray-xrray
sourcepub fn Constructor_(
window: &Window,
transform: &XRRigidTransform
) -> Result<Root<Dom<Self>>, Error>
pub fn Constructor_(
window: &Window,
transform: &XRRigidTransform
) -> Result<Root<Dom<Self>>, Error>
https://immersive-web.github.io/hit-test/#dom-xrray-xrray-transform
pub fn ray(&self) -> Ray<ApiSpace>
Trait Implementations§
source§impl DomObjectWrap for XRRay
impl DomObjectWrap for XRRay
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRRayBinding::XRRayBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::xrray::XRRay>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrray::XRRay>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRRayBinding::XRRayBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::xrray::XRRay>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrray::XRRay>>}
Function pointer to the general wrap function type
source§impl IDLInterface for XRRay
impl IDLInterface for XRRay
source§impl MallocSizeOf for XRRay
impl MallocSizeOf for XRRay
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 XRRay
impl MutDomObject for XRRay
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<XRRay> for XRRay
impl PartialEq<XRRay> for XRRay
source§impl ToJSValConvertible for XRRay
impl ToJSValConvertible for XRRay
Auto Trait Implementations§
impl !RefUnwindSafe for XRRay
impl !Send for XRRay
impl !Sync for XRRay
impl Unpin for XRRay
impl UnwindSafe for XRRay
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