#[repr(C)]pub struct CreateSpatialPersistenceContextCompletionEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub future_result: Result,
pub create_result: SpatialPersistenceContextResultEXT,
pub persistence_context: SpatialPersistenceContextEXT,
}Expand description
See XrCreateSpatialPersistenceContextCompletionEXT - defined by XR_EXT_spatial_persistence
Fields§
§ty: StructureType§next: *mut c_void§future_result: Result§create_result: SpatialPersistenceContextResultEXT§persistence_context: SpatialPersistenceContextEXTImplementations§
Source§impl CreateSpatialPersistenceContextCompletionEXT
impl CreateSpatialPersistenceContextCompletionEXT
pub const TYPE: StructureType = StructureType::CREATE_SPATIAL_PERSISTENCE_CONTEXT_COMPLETION_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 CreateSpatialPersistenceContextCompletionEXT
impl Clone for CreateSpatialPersistenceContextCompletionEXT
Source§fn clone(&self) -> CreateSpatialPersistenceContextCompletionEXT
fn clone(&self) -> CreateSpatialPersistenceContextCompletionEXT
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 CreateSpatialPersistenceContextCompletionEXT
Auto Trait Implementations§
impl Freeze for CreateSpatialPersistenceContextCompletionEXT
impl RefUnwindSafe for CreateSpatialPersistenceContextCompletionEXT
impl !Send for CreateSpatialPersistenceContextCompletionEXT
impl !Sync for CreateSpatialPersistenceContextCompletionEXT
impl Unpin for CreateSpatialPersistenceContextCompletionEXT
impl UnwindSafe for CreateSpatialPersistenceContextCompletionEXT
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