#[repr(C)]pub struct CreateSpatialDiscoverySnapshotCompletionInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub base_space: Space,
pub time: Time,
pub future: FutureEXT,
}Expand description
See XrCreateSpatialDiscoverySnapshotCompletionInfoEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§base_space: Space§time: Time§future: FutureEXTImplementations§
Source§impl CreateSpatialDiscoverySnapshotCompletionInfoEXT
impl CreateSpatialDiscoverySnapshotCompletionInfoEXT
pub const TYPE: StructureType = StructureType::CREATE_SPATIAL_DISCOVERY_SNAPSHOT_COMPLETION_INFO_EXT
Trait Implementations§
Source§impl Clone for CreateSpatialDiscoverySnapshotCompletionInfoEXT
impl Clone for CreateSpatialDiscoverySnapshotCompletionInfoEXT
Source§fn clone(&self) -> CreateSpatialDiscoverySnapshotCompletionInfoEXT
fn clone(&self) -> CreateSpatialDiscoverySnapshotCompletionInfoEXT
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 CreateSpatialDiscoverySnapshotCompletionInfoEXT
Auto Trait Implementations§
impl Freeze for CreateSpatialDiscoverySnapshotCompletionInfoEXT
impl RefUnwindSafe for CreateSpatialDiscoverySnapshotCompletionInfoEXT
impl !Send for CreateSpatialDiscoverySnapshotCompletionInfoEXT
impl !Sync for CreateSpatialDiscoverySnapshotCompletionInfoEXT
impl Unpin for CreateSpatialDiscoverySnapshotCompletionInfoEXT
impl UnwindSafe for CreateSpatialDiscoverySnapshotCompletionInfoEXT
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