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