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