#[repr(C)]pub struct CreateSpatialDiscoverySnapshotCompletionEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub future_result: Result,
pub snapshot: SpatialSnapshotEXT,
}Expand description
See XrCreateSpatialDiscoverySnapshotCompletionEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *mut c_void§future_result: Result§snapshot: SpatialSnapshotEXTImplementations§
Source§impl CreateSpatialDiscoverySnapshotCompletionEXT
impl CreateSpatialDiscoverySnapshotCompletionEXT
pub const TYPE: StructureType = StructureType::CREATE_SPATIAL_DISCOVERY_SNAPSHOT_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 CreateSpatialDiscoverySnapshotCompletionEXT
impl Clone for CreateSpatialDiscoverySnapshotCompletionEXT
Source§fn clone(&self) -> CreateSpatialDiscoverySnapshotCompletionEXT
fn clone(&self) -> CreateSpatialDiscoverySnapshotCompletionEXT
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 CreateSpatialDiscoverySnapshotCompletionEXT
Auto Trait Implementations§
impl Freeze for CreateSpatialDiscoverySnapshotCompletionEXT
impl RefUnwindSafe for CreateSpatialDiscoverySnapshotCompletionEXT
impl !Send for CreateSpatialDiscoverySnapshotCompletionEXT
impl !Sync for CreateSpatialDiscoverySnapshotCompletionEXT
impl Unpin for CreateSpatialDiscoverySnapshotCompletionEXT
impl UnwindSafe for CreateSpatialDiscoverySnapshotCompletionEXT
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