#[repr(C)]pub struct SpatialComponentPersistenceListEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub persist_data_count: u32,
pub persist_data: *mut SpatialPersistenceDataEXT,
}Expand description
See XrSpatialComponentPersistenceListEXT - defined by XR_EXT_spatial_persistence
Fields§
§ty: StructureType§next: *mut c_void§persist_data_count: u32§persist_data: *mut SpatialPersistenceDataEXTImplementations§
Source§impl SpatialComponentPersistenceListEXT
impl SpatialComponentPersistenceListEXT
pub const TYPE: StructureType = StructureType::SPATIAL_COMPONENT_PERSISTENCE_LIST_EXT
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§
Source§impl Clone for SpatialComponentPersistenceListEXT
impl Clone for SpatialComponentPersistenceListEXT
Source§fn clone(&self) -> SpatialComponentPersistenceListEXT
fn clone(&self) -> SpatialComponentPersistenceListEXT
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 moreimpl Copy for SpatialComponentPersistenceListEXT
Auto Trait Implementations§
impl Freeze for SpatialComponentPersistenceListEXT
impl RefUnwindSafe for SpatialComponentPersistenceListEXT
impl !Send for SpatialComponentPersistenceListEXT
impl !Sync for SpatialComponentPersistenceListEXT
impl Unpin for SpatialComponentPersistenceListEXT
impl UnwindSafe for SpatialComponentPersistenceListEXT
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