pub struct FaceExpressionSet2FB(/* private fields */);
Expand description
Implementations§
Source§impl FaceExpressionSet2FB
impl FaceExpressionSet2FB
Sourcepub const DEFAULT: FaceExpressionSet2FB
pub const DEFAULT: FaceExpressionSet2FB
indicates that the created XrFaceTracker2FB tracks the set of blend shapes described by XrFaceExpression2FB enum, i.e. the xrGetFaceExpressionWeights2FB function returns an array of blend shapes with the count of XR_FACE_EXPRESSION2_COUNT_FB and can: be indexed using XrFaceExpression2FB.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for FaceExpressionSet2FB
impl Clone for FaceExpressionSet2FB
Source§fn clone(&self) -> FaceExpressionSet2FB
fn clone(&self) -> FaceExpressionSet2FB
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 FaceExpressionSet2FB
impl Debug for FaceExpressionSet2FB
Source§impl PartialEq for FaceExpressionSet2FB
impl PartialEq for FaceExpressionSet2FB
impl Copy for FaceExpressionSet2FB
impl Eq for FaceExpressionSet2FB
impl StructuralPartialEq for FaceExpressionSet2FB
Auto Trait Implementations§
impl Freeze for FaceExpressionSet2FB
impl RefUnwindSafe for FaceExpressionSet2FB
impl Send for FaceExpressionSet2FB
impl Sync for FaceExpressionSet2FB
impl Unpin for FaceExpressionSet2FB
impl UnwindSafe for FaceExpressionSet2FB
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