#[repr(C)]pub struct SpatialEntityPersistInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub spatial_context: SpatialContextEXT,
pub spatial_entity_id: SpatialEntityIdEXT,
}Expand description
See XrSpatialEntityPersistInfoEXT - defined by XR_EXT_spatial_persistence_operations
Fields§
§ty: StructureType§next: *const c_void§spatial_context: SpatialContextEXT§spatial_entity_id: SpatialEntityIdEXTImplementations§
Source§impl SpatialEntityPersistInfoEXT
impl SpatialEntityPersistInfoEXT
pub const TYPE: StructureType = StructureType::SPATIAL_ENTITY_PERSIST_INFO_EXT
Trait Implementations§
Source§impl Clone for SpatialEntityPersistInfoEXT
impl Clone for SpatialEntityPersistInfoEXT
Source§fn clone(&self) -> SpatialEntityPersistInfoEXT
fn clone(&self) -> SpatialEntityPersistInfoEXT
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 moreSource§impl Debug for SpatialEntityPersistInfoEXT
impl Debug for SpatialEntityPersistInfoEXT
impl Copy for SpatialEntityPersistInfoEXT
Auto Trait Implementations§
impl Freeze for SpatialEntityPersistInfoEXT
impl RefUnwindSafe for SpatialEntityPersistInfoEXT
impl !Send for SpatialEntityPersistInfoEXT
impl !Sync for SpatialEntityPersistInfoEXT
impl Unpin for SpatialEntityPersistInfoEXT
impl UnwindSafe for SpatialEntityPersistInfoEXT
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