#[repr(C)]pub struct SpatialEntityUnpersistInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub persist_uuid: Uuid,
}Expand description
See XrSpatialEntityUnpersistInfoEXT - defined by XR_EXT_spatial_persistence_operations
Fields§
§ty: StructureType§next: *const c_void§persist_uuid: UuidImplementations§
Source§impl SpatialEntityUnpersistInfoEXT
impl SpatialEntityUnpersistInfoEXT
pub const TYPE: StructureType = StructureType::SPATIAL_ENTITY_UNPERSIST_INFO_EXT
Trait Implementations§
Source§impl Clone for SpatialEntityUnpersistInfoEXT
impl Clone for SpatialEntityUnpersistInfoEXT
Source§fn clone(&self) -> SpatialEntityUnpersistInfoEXT
fn clone(&self) -> SpatialEntityUnpersistInfoEXT
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 SpatialEntityUnpersistInfoEXT
Auto Trait Implementations§
impl Freeze for SpatialEntityUnpersistInfoEXT
impl RefUnwindSafe for SpatialEntityUnpersistInfoEXT
impl !Send for SpatialEntityUnpersistInfoEXT
impl !Sync for SpatialEntityUnpersistInfoEXT
impl Unpin for SpatialEntityUnpersistInfoEXT
impl UnwindSafe for SpatialEntityUnpersistInfoEXT
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