[−][src]Struct web_sys::XrReferenceSpace
The XrReferenceSpace class.
This API requires the following crate features to be activated: XrReferenceSpace
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
Implementations
impl XrReferenceSpace[src]
pub fn onreset(&self) -> Option<Function>[src]
Getter for the onreset field of this object.
This API requires the following crate features to be activated: XrReferenceSpace
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl XrReferenceSpace[src]
pub fn set_onreset(&self, value: Option<&Function>)[src]
Setter for the onreset field of this object.
This API requires the following crate features to be activated: XrReferenceSpace
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl XrReferenceSpace[src]
pub fn get_offset_reference_space(
&self,
origin_offset: &XrRigidTransform
) -> XrReferenceSpace[src]
&self,
origin_offset: &XrRigidTransform
) -> XrReferenceSpace
The getOffsetReferenceSpace() method.
This API requires the following crate features to be activated: XrReferenceSpace, XrRigidTransform
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
Trait Implementations
impl AsRef<EventTarget> for XrReferenceSpace[src]
fn as_ref(&self) -> &EventTarget[src]
impl AsRef<JsValue> for XrReferenceSpace[src]
impl AsRef<Object> for XrReferenceSpace[src]
impl AsRef<XrReferenceSpace> for XrBoundedReferenceSpace[src]
fn as_ref(&self) -> &XrReferenceSpace[src]
impl AsRef<XrReferenceSpace> for XrReferenceSpace[src]
fn as_ref(&self) -> &XrReferenceSpace[src]
impl AsRef<XrSpace> for XrReferenceSpace[src]
impl Clone for XrReferenceSpace[src]
fn clone(&self) -> XrReferenceSpace[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for XrReferenceSpace[src]
impl Deref for XrReferenceSpace[src]
impl Eq for XrReferenceSpace[src]
impl From<JsValue> for XrReferenceSpace[src]
fn from(obj: JsValue) -> XrReferenceSpace[src]
impl From<XrBoundedReferenceSpace> for XrReferenceSpace[src]
fn from(obj: XrBoundedReferenceSpace) -> XrReferenceSpace[src]
impl From<XrReferenceSpace> for JsValue[src]
fn from(obj: XrReferenceSpace) -> JsValue[src]
impl From<XrReferenceSpace> for XrSpace[src]
fn from(obj: XrReferenceSpace) -> XrSpace[src]
impl From<XrReferenceSpace> for EventTarget[src]
fn from(obj: XrReferenceSpace) -> EventTarget[src]
impl From<XrReferenceSpace> for Object[src]
fn from(obj: XrReferenceSpace) -> Object[src]
impl FromWasmAbi for XrReferenceSpace[src]
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi) -> Self[src]
impl IntoWasmAbi for XrReferenceSpace[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a XrReferenceSpace[src]
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl JsCast for XrReferenceSpace[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn is_type_of(val: &JsValue) -> bool[src]
impl OptionFromWasmAbi for XrReferenceSpace[src]
impl OptionIntoWasmAbi for XrReferenceSpace[src]
impl<'a> OptionIntoWasmAbi for &'a XrReferenceSpace[src]
impl PartialEq<XrReferenceSpace> for XrReferenceSpace[src]
fn eq(&self, other: &XrReferenceSpace) -> bool[src]
fn ne(&self, other: &XrReferenceSpace) -> bool[src]
impl RefFromWasmAbi for XrReferenceSpace[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<XrReferenceSpace>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor[src]
impl StructuralEq for XrReferenceSpace[src]
impl StructuralPartialEq for XrReferenceSpace[src]
impl WasmDescribe for XrReferenceSpace[src]
Auto Trait Implementations
impl RefUnwindSafe for XrReferenceSpace
impl !Send for XrReferenceSpace
impl !Sync for XrReferenceSpace
impl Unpin for XrReferenceSpace
impl UnwindSafe for XrReferenceSpace
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,