pub struct FacialTrackingTypeHTC(/* private fields */);
Expand description
Implementations§
Source§impl FacialTrackingTypeHTC
impl FacialTrackingTypeHTC
Sourcepub const EYE_DEFAULT: FacialTrackingTypeHTC
pub const EYE_DEFAULT: FacialTrackingTypeHTC
Specifies this handle will observe eye expressions, with values indexed by XrEyeExpressionHTC whose count is XR_FACIAL_EXPRESSION_EYE_COUNT_HTC.
Sourcepub const LIP_DEFAULT: FacialTrackingTypeHTC
pub const LIP_DEFAULT: FacialTrackingTypeHTC
Specifies this handle will observe lip expressions, with values indexed by XrLipExpressionHTC whose count is XR_FACIAL_EXPRESSION_LIP_COUNT_HTC.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for FacialTrackingTypeHTC
impl Clone for FacialTrackingTypeHTC
Source§fn clone(&self) -> FacialTrackingTypeHTC
fn clone(&self) -> FacialTrackingTypeHTC
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 FacialTrackingTypeHTC
impl Debug for FacialTrackingTypeHTC
Source§impl PartialEq for FacialTrackingTypeHTC
impl PartialEq for FacialTrackingTypeHTC
impl Copy for FacialTrackingTypeHTC
impl Eq for FacialTrackingTypeHTC
impl StructuralPartialEq for FacialTrackingTypeHTC
Auto Trait Implementations§
impl Freeze for FacialTrackingTypeHTC
impl RefUnwindSafe for FacialTrackingTypeHTC
impl Send for FacialTrackingTypeHTC
impl Sync for FacialTrackingTypeHTC
impl Unpin for FacialTrackingTypeHTC
impl UnwindSafe for FacialTrackingTypeHTC
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