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