#[repr(C)]pub struct FacialExpressionsHTC {
pub ty: StructureType,
pub next: *const c_void,
pub is_active: Bool32,
pub sample_time: Time,
pub expression_count: u32,
pub expression_weightings: *mut f32,
}
Expand description
See XrFacialExpressionsHTC - defined by XR_HTC_facial_tracking
Fields§
§ty: StructureType
§next: *const c_void
§is_active: Bool32
§sample_time: Time
§expression_count: u32
§expression_weightings: *mut f32
Implementations§
Source§impl FacialExpressionsHTC
impl FacialExpressionsHTC
pub const TYPE: StructureType = StructureType::FACIAL_EXPRESSIONS_HTC
Trait Implementations§
Source§impl Clone for FacialExpressionsHTC
impl Clone for FacialExpressionsHTC
Source§fn clone(&self) -> FacialExpressionsHTC
fn clone(&self) -> FacialExpressionsHTC
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 moreSource§impl Debug for FacialExpressionsHTC
impl Debug for FacialExpressionsHTC
impl Copy for FacialExpressionsHTC
Auto Trait Implementations§
impl Freeze for FacialExpressionsHTC
impl RefUnwindSafe for FacialExpressionsHTC
impl !Send for FacialExpressionsHTC
impl !Sync for FacialExpressionsHTC
impl Unpin for FacialExpressionsHTC
impl UnwindSafe for FacialExpressionsHTC
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