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