Struct webxr_api::hittest::HitTestSpace
source · pub struct HitTestSpace;
Expand description
The coordinate space of a hit test result
Trait Implementations§
source§impl Clone for HitTestSpace
impl Clone for HitTestSpace
source§fn clone(&self) -> HitTestSpace
fn clone(&self) -> HitTestSpace
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 moresource§impl Debug for HitTestSpace
impl Debug for HitTestSpace
source§impl<'de> Deserialize<'de> for HitTestSpace
impl<'de> Deserialize<'de> for HitTestSpace
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for HitTestSpace
impl Serialize for HitTestSpace
impl Copy for HitTestSpace
Auto Trait Implementations§
impl Freeze for HitTestSpace
impl RefUnwindSafe for HitTestSpace
impl Send for HitTestSpace
impl Sync for HitTestSpace
impl Unpin for HitTestSpace
impl UnwindSafe for HitTestSpace
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more