Struct openxr_sys::SpaceComponentTypeFB
source · [−]#[repr(transparent)]pub struct SpaceComponentTypeFB(_);Expand description
Implementations
sourceimpl 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 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 fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for SpaceComponentTypeFB
impl Clone for SpaceComponentTypeFB
sourcefn clone(&self) -> SpaceComponentTypeFB
fn clone(&self) -> SpaceComponentTypeFB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SpaceComponentTypeFB
impl Debug for SpaceComponentTypeFB
sourceimpl PartialEq<SpaceComponentTypeFB> for SpaceComponentTypeFB
impl PartialEq<SpaceComponentTypeFB> for SpaceComponentTypeFB
sourcefn eq(&self, other: &SpaceComponentTypeFB) -> bool
fn eq(&self, other: &SpaceComponentTypeFB) -> bool
impl Copy for SpaceComponentTypeFB
impl Eq for SpaceComponentTypeFB
impl StructuralEq for SpaceComponentTypeFB
impl StructuralPartialEq for SpaceComponentTypeFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceComponentTypeFB
impl Send for SpaceComponentTypeFB
impl Sync for SpaceComponentTypeFB
impl Unpin for SpaceComponentTypeFB
impl UnwindSafe for SpaceComponentTypeFB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more