Struct openxr_sys::SpaceComponentStatusFB
source · [−]#[repr(C)]pub struct SpaceComponentStatusFB {
pub ty: StructureType,
pub next: *mut c_void,
pub enabled: Bool32,
pub change_pending: Bool32,
}Expand description
See XrSpaceComponentStatusFB - defined by XR_FB_spatial_entity
Fields
ty: StructureTypenext: *mut c_voidenabled: Bool32change_pending: Bool32Implementations
sourceimpl SpaceComponentStatusFB
impl SpaceComponentStatusFB
pub const TYPE: StructureType = StructureType::SPACE_COMPONENT_STATUS_FB
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for SpaceComponentStatusFB
impl Clone for SpaceComponentStatusFB
sourcefn clone(&self) -> SpaceComponentStatusFB
fn clone(&self) -> SpaceComponentStatusFB
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 SpaceComponentStatusFB
impl Debug for SpaceComponentStatusFB
impl Copy for SpaceComponentStatusFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceComponentStatusFB
impl !Send for SpaceComponentStatusFB
impl !Sync for SpaceComponentStatusFB
impl Unpin for SpaceComponentStatusFB
impl UnwindSafe for SpaceComponentStatusFB
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