#[repr(C)]pub struct SpatialContextPersistenceConfigEXT {
pub ty: StructureType,
pub next: *const c_void,
pub persistence_context_count: u32,
pub persistence_contexts: *const SpatialPersistenceContextEXT,
}Expand description
See XrSpatialContextPersistenceConfigEXT - defined by XR_EXT_spatial_persistence
Fields§
§ty: StructureType§next: *const c_void§persistence_context_count: u32§persistence_contexts: *const SpatialPersistenceContextEXTImplementations§
Source§impl SpatialContextPersistenceConfigEXT
impl SpatialContextPersistenceConfigEXT
pub const TYPE: StructureType = StructureType::SPATIAL_CONTEXT_PERSISTENCE_CONFIG_EXT
Trait Implementations§
Source§impl Clone for SpatialContextPersistenceConfigEXT
impl Clone for SpatialContextPersistenceConfigEXT
Source§fn clone(&self) -> SpatialContextPersistenceConfigEXT
fn clone(&self) -> SpatialContextPersistenceConfigEXT
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 SpatialContextPersistenceConfigEXT
Auto Trait Implementations§
impl Freeze for SpatialContextPersistenceConfigEXT
impl RefUnwindSafe for SpatialContextPersistenceConfigEXT
impl !Send for SpatialContextPersistenceConfigEXT
impl !Sync for SpatialContextPersistenceConfigEXT
impl Unpin for SpatialContextPersistenceConfigEXT
impl UnwindSafe for SpatialContextPersistenceConfigEXT
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