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