#[repr(C)]pub struct SystemSpacePersistencePropertiesMETA {
pub ty: StructureType,
pub next: *const c_void,
pub supports_space_persistence: Bool32,
}Expand description
See XrSystemSpacePersistencePropertiesMETA - defined by XR_META_spatial_entity_persistence
Fields§
§ty: StructureType§next: *const c_void§supports_space_persistence: Bool32Implementations§
Source§impl SystemSpacePersistencePropertiesMETA
impl SystemSpacePersistencePropertiesMETA
pub const TYPE: StructureType = StructureType::SYSTEM_SPACE_PERSISTENCE_PROPERTIES_META
Trait Implementations§
Source§impl Clone for SystemSpacePersistencePropertiesMETA
impl Clone for SystemSpacePersistencePropertiesMETA
Source§fn clone(&self) -> SystemSpacePersistencePropertiesMETA
fn clone(&self) -> SystemSpacePersistencePropertiesMETA
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 SystemSpacePersistencePropertiesMETA
Auto Trait Implementations§
impl Freeze for SystemSpacePersistencePropertiesMETA
impl RefUnwindSafe for SystemSpacePersistencePropertiesMETA
impl !Send for SystemSpacePersistencePropertiesMETA
impl !Sync for SystemSpacePersistencePropertiesMETA
impl Unpin for SystemSpacePersistencePropertiesMETA
impl UnwindSafe for SystemSpacePersistencePropertiesMETA
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