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