#[repr(C)]pub struct SpatialUpdateSnapshotCreateInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub entity_count: u32,
pub entities: *const SpatialEntityEXT,
pub component_type_count: u32,
pub component_types: *const SpatialComponentTypeEXT,
pub base_space: Space,
pub time: Time,
}Expand description
See XrSpatialUpdateSnapshotCreateInfoEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§entity_count: u32§entities: *const SpatialEntityEXT§component_type_count: u32§component_types: *const SpatialComponentTypeEXT§base_space: Space§time: TimeImplementations§
Source§impl SpatialUpdateSnapshotCreateInfoEXT
impl SpatialUpdateSnapshotCreateInfoEXT
pub const TYPE: StructureType = StructureType::SPATIAL_UPDATE_SNAPSHOT_CREATE_INFO_EXT
Trait Implementations§
Source§impl Clone for SpatialUpdateSnapshotCreateInfoEXT
impl Clone for SpatialUpdateSnapshotCreateInfoEXT
Source§fn clone(&self) -> SpatialUpdateSnapshotCreateInfoEXT
fn clone(&self) -> SpatialUpdateSnapshotCreateInfoEXT
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 SpatialUpdateSnapshotCreateInfoEXT
Auto Trait Implementations§
impl Freeze for SpatialUpdateSnapshotCreateInfoEXT
impl RefUnwindSafe for SpatialUpdateSnapshotCreateInfoEXT
impl !Send for SpatialUpdateSnapshotCreateInfoEXT
impl !Sync for SpatialUpdateSnapshotCreateInfoEXT
impl Unpin for SpatialUpdateSnapshotCreateInfoEXT
impl UnwindSafe for SpatialUpdateSnapshotCreateInfoEXT
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