#[repr(C)]pub struct SpatialPersistenceContextCreateInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub scope: SpatialPersistenceScopeEXT,
}Expand description
See XrSpatialPersistenceContextCreateInfoEXT - defined by XR_EXT_spatial_persistence
Fields§
§ty: StructureType§next: *const c_void§scope: SpatialPersistenceScopeEXTImplementations§
Source§impl SpatialPersistenceContextCreateInfoEXT
impl SpatialPersistenceContextCreateInfoEXT
pub const TYPE: StructureType = StructureType::SPATIAL_PERSISTENCE_CONTEXT_CREATE_INFO_EXT
Trait Implementations§
Source§impl Clone for SpatialPersistenceContextCreateInfoEXT
impl Clone for SpatialPersistenceContextCreateInfoEXT
Source§fn clone(&self) -> SpatialPersistenceContextCreateInfoEXT
fn clone(&self) -> SpatialPersistenceContextCreateInfoEXT
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 SpatialPersistenceContextCreateInfoEXT
Auto Trait Implementations§
impl Freeze for SpatialPersistenceContextCreateInfoEXT
impl RefUnwindSafe for SpatialPersistenceContextCreateInfoEXT
impl !Send for SpatialPersistenceContextCreateInfoEXT
impl !Sync for SpatialPersistenceContextCreateInfoEXT
impl Unpin for SpatialPersistenceContextCreateInfoEXT
impl UnwindSafe for SpatialPersistenceContextCreateInfoEXT
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