Struct openxr_sys::SpaceComponentStatusSetInfoFB
source · [−]#[repr(C)]pub struct SpaceComponentStatusSetInfoFB {
pub ty: StructureType,
pub next: *const c_void,
pub component_type: SpaceComponentTypeFB,
pub enabled: Bool32,
pub timeout: Duration,
}Expand description
See XrSpaceComponentStatusSetInfoFB - defined by XR_FB_spatial_entity
Fields
ty: StructureTypenext: *const c_voidcomponent_type: SpaceComponentTypeFBenabled: Bool32timeout: DurationImplementations
sourceimpl SpaceComponentStatusSetInfoFB
impl SpaceComponentStatusSetInfoFB
pub const TYPE: StructureType = StructureType::SPACE_COMPONENT_STATUS_SET_INFO_FB
Trait Implementations
sourceimpl Clone for SpaceComponentStatusSetInfoFB
impl Clone for SpaceComponentStatusSetInfoFB
sourcefn clone(&self) -> SpaceComponentStatusSetInfoFB
fn clone(&self) -> SpaceComponentStatusSetInfoFB
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 SpaceComponentStatusSetInfoFB
impl Debug for SpaceComponentStatusSetInfoFB
impl Copy for SpaceComponentStatusSetInfoFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceComponentStatusSetInfoFB
impl !Send for SpaceComponentStatusSetInfoFB
impl !Sync for SpaceComponentStatusSetInfoFB
impl Unpin for SpaceComponentStatusSetInfoFB
impl UnwindSafe for SpaceComponentStatusSetInfoFB
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