#[repr(C)]pub struct SpatialDiscoverySnapshotCreateInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub component_type_count: u32,
pub component_types: *const SpatialComponentTypeEXT,
}Expand description
See XrSpatialDiscoverySnapshotCreateInfoEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§component_type_count: u32§component_types: *const SpatialComponentTypeEXTImplementations§
Source§impl SpatialDiscoverySnapshotCreateInfoEXT
impl SpatialDiscoverySnapshotCreateInfoEXT
pub const TYPE: StructureType = StructureType::SPATIAL_DISCOVERY_SNAPSHOT_CREATE_INFO_EXT
Trait Implementations§
Source§impl Clone for SpatialDiscoverySnapshotCreateInfoEXT
impl Clone for SpatialDiscoverySnapshotCreateInfoEXT
Source§fn clone(&self) -> SpatialDiscoverySnapshotCreateInfoEXT
fn clone(&self) -> SpatialDiscoverySnapshotCreateInfoEXT
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 SpatialDiscoverySnapshotCreateInfoEXT
Auto Trait Implementations§
impl Freeze for SpatialDiscoverySnapshotCreateInfoEXT
impl RefUnwindSafe for SpatialDiscoverySnapshotCreateInfoEXT
impl !Send for SpatialDiscoverySnapshotCreateInfoEXT
impl !Sync for SpatialDiscoverySnapshotCreateInfoEXT
impl Unpin for SpatialDiscoverySnapshotCreateInfoEXT
impl UnwindSafe for SpatialDiscoverySnapshotCreateInfoEXT
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