#[repr(C)]pub struct SystemColocationDiscoveryPropertiesMETA {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_colocation_discovery: Bool32,
}Expand description
See XrSystemColocationDiscoveryPropertiesMETA - defined by XR_META_colocation_discovery
Fields§
§ty: StructureType§next: *mut c_void§supports_colocation_discovery: Bool32Implementations§
Source§impl SystemColocationDiscoveryPropertiesMETA
impl SystemColocationDiscoveryPropertiesMETA
pub const TYPE: StructureType = StructureType::SYSTEM_COLOCATION_DISCOVERY_PROPERTIES_META
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for SystemColocationDiscoveryPropertiesMETA
impl Clone for SystemColocationDiscoveryPropertiesMETA
Source§fn clone(&self) -> SystemColocationDiscoveryPropertiesMETA
fn clone(&self) -> SystemColocationDiscoveryPropertiesMETA
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 SystemColocationDiscoveryPropertiesMETA
Auto Trait Implementations§
impl Freeze for SystemColocationDiscoveryPropertiesMETA
impl RefUnwindSafe for SystemColocationDiscoveryPropertiesMETA
impl !Send for SystemColocationDiscoveryPropertiesMETA
impl !Sync for SystemColocationDiscoveryPropertiesMETA
impl Unpin for SystemColocationDiscoveryPropertiesMETA
impl UnwindSafe for SystemColocationDiscoveryPropertiesMETA
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