#[repr(C)]pub struct SystemFacialTrackingPropertiesHTC {
pub ty: StructureType,
pub next: *mut c_void,
pub support_eye_facial_tracking: Bool32,
pub support_lip_facial_tracking: Bool32,
}Expand description
See XrSystemFacialTrackingPropertiesHTC - defined by XR_HTC_facial_tracking
Fields
ty: StructureTypenext: *mut c_voidsupport_eye_facial_tracking: Bool32support_lip_facial_tracking: Bool32Implementations
sourceimpl SystemFacialTrackingPropertiesHTC
impl SystemFacialTrackingPropertiesHTC
pub const TYPE: StructureType = StructureType::SYSTEM_FACIAL_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
sourceimpl Clone for SystemFacialTrackingPropertiesHTC
impl Clone for SystemFacialTrackingPropertiesHTC
sourcefn clone(&self) -> SystemFacialTrackingPropertiesHTC
fn clone(&self) -> SystemFacialTrackingPropertiesHTC
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 SystemFacialTrackingPropertiesHTC
Auto Trait Implementations
impl RefUnwindSafe for SystemFacialTrackingPropertiesHTC
impl !Send for SystemFacialTrackingPropertiesHTC
impl !Sync for SystemFacialTrackingPropertiesHTC
impl Unpin for SystemFacialTrackingPropertiesHTC
impl UnwindSafe for SystemFacialTrackingPropertiesHTC
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