#[repr(C)]pub struct SpatialPersistenceDataEXT {
pub persist_uuid: Uuid,
pub persist_state: SpatialPersistenceStateEXT,
}Expand description
See XrSpatialPersistenceDataEXT - defined by XR_EXT_spatial_persistence
Fields§
§persist_uuid: Uuid§persist_state: SpatialPersistenceStateEXTTrait Implementations§
Source§impl Clone for SpatialPersistenceDataEXT
impl Clone for SpatialPersistenceDataEXT
Source§fn clone(&self) -> SpatialPersistenceDataEXT
fn clone(&self) -> SpatialPersistenceDataEXT
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 SpatialPersistenceDataEXT
impl Debug for SpatialPersistenceDataEXT
impl Copy for SpatialPersistenceDataEXT
Auto Trait Implementations§
impl Freeze for SpatialPersistenceDataEXT
impl RefUnwindSafe for SpatialPersistenceDataEXT
impl Send for SpatialPersistenceDataEXT
impl Sync for SpatialPersistenceDataEXT
impl Unpin for SpatialPersistenceDataEXT
impl UnwindSafe for SpatialPersistenceDataEXT
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