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