Struct openxr_sys::FacialTrackingTypeHTC
source · [−]#[repr(transparent)]pub struct FacialTrackingTypeHTC(_);Expand description
Implementations
sourceimpl 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
sourceimpl Clone for FacialTrackingTypeHTC
impl Clone for FacialTrackingTypeHTC
sourcefn clone(&self) -> FacialTrackingTypeHTC
fn clone(&self) -> FacialTrackingTypeHTC
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 moresourceimpl Debug for FacialTrackingTypeHTC
impl Debug for FacialTrackingTypeHTC
sourceimpl PartialEq<FacialTrackingTypeHTC> for FacialTrackingTypeHTC
impl PartialEq<FacialTrackingTypeHTC> for FacialTrackingTypeHTC
sourcefn eq(&self, other: &FacialTrackingTypeHTC) -> bool
fn eq(&self, other: &FacialTrackingTypeHTC) -> bool
impl Copy for FacialTrackingTypeHTC
impl Eq for FacialTrackingTypeHTC
impl StructuralEq for FacialTrackingTypeHTC
impl StructuralPartialEq for FacialTrackingTypeHTC
Auto Trait Implementations
impl RefUnwindSafe for FacialTrackingTypeHTC
impl Send for FacialTrackingTypeHTC
impl Sync for FacialTrackingTypeHTC
impl Unpin for FacialTrackingTypeHTC
impl UnwindSafe for FacialTrackingTypeHTC
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