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