Enum webxr_api::hittest::EntityType
source · pub enum EntityType {
Point,
Plane,
Mesh,
}
Expand description
https://immersive-web.github.io/hit-test/#enumdef-xrhittesttrackabletype
Variants§
Trait Implementations§
source§impl Clone for EntityType
impl Clone for EntityType
source§fn clone(&self) -> EntityType
fn clone(&self) -> EntityType
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 EntityType
impl Debug for EntityType
source§impl<'de> Deserialize<'de> for EntityType
impl<'de> Deserialize<'de> for EntityType
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 FromIterator<EntityType> for EntityTypes
impl FromIterator<EntityType> for EntityTypes
source§fn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = EntityType>,
fn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = EntityType>,
Creates a value from an iterator. Read more
source§impl Serialize for EntityType
impl Serialize for EntityType
impl Copy for EntityType
Auto Trait Implementations§
impl Freeze for EntityType
impl RefUnwindSafe for EntityType
impl Send for EntityType
impl Sync for EntityType
impl Unpin for EntityType
impl UnwindSafe for EntityType
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