Struct openxr_sys::SpaceSaveInfoFB
source · [−]#[repr(C)]pub struct SpaceSaveInfoFB {
pub ty: StructureType,
pub next: *const c_void,
pub space: Space,
pub location: SpaceStorageLocationFB,
pub persistence_mode: SpacePersistenceModeFB,
}Expand description
See XrSpaceSaveInfoFB - defined by XR_FB_spatial_entity_storage
Fields
ty: StructureTypenext: *const c_voidspace: Spacelocation: SpaceStorageLocationFBpersistence_mode: SpacePersistenceModeFBImplementations
sourceimpl SpaceSaveInfoFB
impl SpaceSaveInfoFB
pub const TYPE: StructureType = StructureType::SPACE_SAVE_INFO_FB
Trait Implementations
sourceimpl Clone for SpaceSaveInfoFB
impl Clone for SpaceSaveInfoFB
sourcefn clone(&self) -> SpaceSaveInfoFB
fn clone(&self) -> SpaceSaveInfoFB
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 SpaceSaveInfoFB
impl Debug for SpaceSaveInfoFB
impl Copy for SpaceSaveInfoFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceSaveInfoFB
impl !Send for SpaceSaveInfoFB
impl !Sync for SpaceSaveInfoFB
impl Unpin for SpaceSaveInfoFB
impl UnwindSafe for SpaceSaveInfoFB
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