#[repr(C)]pub struct FaceExpressionInfo2FB {
pub ty: StructureType,
pub next: *const c_void,
pub time: Time,
}
Expand description
See XrFaceExpressionInfo2FB - defined by XR_FB_face_tracking2
Fields§
§ty: StructureType
§next: *const c_void
§time: Time
Implementations§
Source§impl FaceExpressionInfo2FB
impl FaceExpressionInfo2FB
pub const TYPE: StructureType = StructureType::FACE_EXPRESSION_INFO2_FB
Trait Implementations§
Source§impl Clone for FaceExpressionInfo2FB
impl Clone for FaceExpressionInfo2FB
Source§fn clone(&self) -> FaceExpressionInfo2FB
fn clone(&self) -> FaceExpressionInfo2FB
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 FaceExpressionInfo2FB
impl Debug for FaceExpressionInfo2FB
impl Copy for FaceExpressionInfo2FB
Auto Trait Implementations§
impl Freeze for FaceExpressionInfo2FB
impl RefUnwindSafe for FaceExpressionInfo2FB
impl !Send for FaceExpressionInfo2FB
impl !Sync for FaceExpressionInfo2FB
impl Unpin for FaceExpressionInfo2FB
impl UnwindSafe for FaceExpressionInfo2FB
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