pub struct SpaceComponentTypeFB(/* private fields */);
Expand description
Implementations§
Source§impl SpaceComponentTypeFB
impl SpaceComponentTypeFB
Sourcepub const LOCATABLE: SpaceComponentTypeFB
pub const LOCATABLE: SpaceComponentTypeFB
Enables tracking the 6 DOF pose of the XrSpace with xrLocateSpace.
Sourcepub const STORABLE: SpaceComponentTypeFB
pub const STORABLE: SpaceComponentTypeFB
Enables persistence operations: save and erase.
Sourcepub const SHARABLE: SpaceComponentTypeFB
pub const SHARABLE: SpaceComponentTypeFB
Enables sharing of spatial entities.
Sourcepub const BOUNDED_2D: SpaceComponentTypeFB
pub const BOUNDED_2D: SpaceComponentTypeFB
Bounded 2D component.
Sourcepub const BOUNDED_3D: SpaceComponentTypeFB
pub const BOUNDED_3D: SpaceComponentTypeFB
Bounded 3D component.
Sourcepub const SEMANTIC_LABELS: SpaceComponentTypeFB
pub const SEMANTIC_LABELS: SpaceComponentTypeFB
Semantic labels component.
Sourcepub const ROOM_LAYOUT: SpaceComponentTypeFB
pub const ROOM_LAYOUT: SpaceComponentTypeFB
Room layout component.
Sourcepub const SPACE_CONTAINER: SpaceComponentTypeFB
pub const SPACE_CONTAINER: SpaceComponentTypeFB
Space container component.
pub const TRIANGLE_MESH_M: SpaceComponentTypeFB
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpaceComponentTypeFB
impl Clone for SpaceComponentTypeFB
Source§fn clone(&self) -> SpaceComponentTypeFB
fn clone(&self) -> SpaceComponentTypeFB
Returns a duplicate 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 SpaceComponentTypeFB
impl Debug for SpaceComponentTypeFB
Source§impl PartialEq for SpaceComponentTypeFB
impl PartialEq for SpaceComponentTypeFB
impl Copy for SpaceComponentTypeFB
impl Eq for SpaceComponentTypeFB
impl StructuralPartialEq for SpaceComponentTypeFB
Auto Trait Implementations§
impl Freeze for SpaceComponentTypeFB
impl RefUnwindSafe for SpaceComponentTypeFB
impl Send for SpaceComponentTypeFB
impl Sync for SpaceComponentTypeFB
impl Unpin for SpaceComponentTypeFB
impl UnwindSafe for SpaceComponentTypeFB
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