pub struct FacialBlendShapeML(/* private fields */);Expand description
Each facial blend shape describes an area/region of a face. - see XrFacialBlendShapeML
Implementations§
Source§impl FacialBlendShapeML
impl FacialBlendShapeML
pub const BROW_LOWERER_L: FacialBlendShapeML
pub const BROW_LOWERER_R: FacialBlendShapeML
pub const CHEEK_RAISER_L: FacialBlendShapeML
pub const CHEEK_RAISER_R: FacialBlendShapeML
pub const CHIN_RAISER: FacialBlendShapeML
pub const DIMPLER_L: FacialBlendShapeML
pub const DIMPLER_R: FacialBlendShapeML
pub const EYES_CLOSED_L: FacialBlendShapeML
pub const EYES_CLOSED_R: FacialBlendShapeML
pub const INNER_BROW_RAISER_L: FacialBlendShapeML
pub const INNER_BROW_RAISER_R: FacialBlendShapeML
pub const JAW_DROP: FacialBlendShapeML
pub const LID_TIGHTENER_L: FacialBlendShapeML
pub const LID_TIGHTENER_R: FacialBlendShapeML
pub const LIP_CORNER_DEPRESSOR_L: FacialBlendShapeML
pub const LIP_CORNER_DEPRESSOR_R: FacialBlendShapeML
pub const LIP_CORNER_PULLER_L: FacialBlendShapeML
pub const LIP_CORNER_PULLER_R: FacialBlendShapeML
pub const LIP_FUNNELER_LB: FacialBlendShapeML
pub const LIP_FUNNELER_LT: FacialBlendShapeML
pub const LIP_FUNNELER_RB: FacialBlendShapeML
pub const LIP_FUNNELER_RT: FacialBlendShapeML
pub const LIP_PRESSOR_L: FacialBlendShapeML
pub const LIP_PRESSOR_R: FacialBlendShapeML
pub const LIP_PUCKER_L: FacialBlendShapeML
pub const LIP_PUCKER_R: FacialBlendShapeML
pub const LIP_STRETCHER_L: FacialBlendShapeML
pub const LIP_STRETCHER_R: FacialBlendShapeML
pub const LIP_SUCK_LB: FacialBlendShapeML
pub const LIP_SUCK_LT: FacialBlendShapeML
pub const LIP_SUCK_RB: FacialBlendShapeML
pub const LIP_SUCK_RT: FacialBlendShapeML
pub const LIP_TIGHTENER_L: FacialBlendShapeML
pub const LIP_TIGHTENER_R: FacialBlendShapeML
pub const LIPS_TOWARD: FacialBlendShapeML
pub const LOWER_LIP_DEPRESSOR_L: FacialBlendShapeML
pub const LOWER_LIP_DEPRESSOR_R: FacialBlendShapeML
pub const NOSE_WRINKLER_L: FacialBlendShapeML
pub const NOSE_WRINKLER_R: FacialBlendShapeML
pub const OUTER_BROW_RAISER_L: FacialBlendShapeML
pub const OUTER_BROW_RAISER_R: FacialBlendShapeML
pub const UPPER_LID_RAISER_L: FacialBlendShapeML
pub const UPPER_LID_RAISER_R: FacialBlendShapeML
pub const UPPER_LIP_RAISER_L: FacialBlendShapeML
pub const UPPER_LIP_RAISER_R: FacialBlendShapeML
pub const TONGUE_OUT: FacialBlendShapeML
pub fn from_raw(x: i32) -> FacialBlendShapeML
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for FacialBlendShapeML
impl Clone for FacialBlendShapeML
Source§fn clone(&self) -> FacialBlendShapeML
fn clone(&self) -> FacialBlendShapeML
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 FacialBlendShapeML
impl Debug for FacialBlendShapeML
Source§impl Default for FacialBlendShapeML
impl Default for FacialBlendShapeML
Source§fn default() -> FacialBlendShapeML
fn default() -> FacialBlendShapeML
Returns the “default value” for a type. Read more
Source§impl PartialEq for FacialBlendShapeML
impl PartialEq for FacialBlendShapeML
impl Copy for FacialBlendShapeML
impl Eq for FacialBlendShapeML
impl StructuralPartialEq for FacialBlendShapeML
Auto Trait Implementations§
impl Freeze for FacialBlendShapeML
impl RefUnwindSafe for FacialBlendShapeML
impl Send for FacialBlendShapeML
impl Sync for FacialBlendShapeML
impl Unpin for FacialBlendShapeML
impl UnwindSafe for FacialBlendShapeML
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