#[repr(C)]pub struct SystemHandTrackingPropertiesEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_hand_tracking: Bool32,
}Expand description
See XrSystemHandTrackingPropertiesEXT - defined by XR_EXT_hand_tracking
Fields
ty: StructureTypenext: *mut c_voidsupports_hand_tracking: Bool32Implementations
sourceimpl SystemHandTrackingPropertiesEXT
impl SystemHandTrackingPropertiesEXT
pub const TYPE: StructureType = StructureType::SYSTEM_HAND_TRACKING_PROPERTIES_EXT
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
sourceimpl Clone for SystemHandTrackingPropertiesEXT
impl Clone for SystemHandTrackingPropertiesEXT
sourcefn clone(&self) -> SystemHandTrackingPropertiesEXT
fn clone(&self) -> SystemHandTrackingPropertiesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemHandTrackingPropertiesEXT
Auto Trait Implementations
impl RefUnwindSafe for SystemHandTrackingPropertiesEXT
impl !Send for SystemHandTrackingPropertiesEXT
impl !Sync for SystemHandTrackingPropertiesEXT
impl Unpin for SystemHandTrackingPropertiesEXT
impl UnwindSafe for SystemHandTrackingPropertiesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more