#[repr(C)]pub struct FaceExpressionWeights2FB {
pub ty: StructureType,
pub next: *mut c_void,
pub weight_count: u32,
pub weights: *mut f32,
pub confidence_count: u32,
pub confidences: *mut f32,
pub is_valid: Bool32,
pub is_eye_following_blendshapes_valid: Bool32,
pub data_source: FaceTrackingDataSource2FB,
pub time: Time,
}
Expand description
See XrFaceExpressionWeights2FB - defined by XR_FB_face_tracking2
Fields§
§ty: StructureType
§next: *mut c_void
§weight_count: u32
§weights: *mut f32
§confidence_count: u32
§confidences: *mut f32
§is_valid: Bool32
§is_eye_following_blendshapes_valid: Bool32
§data_source: FaceTrackingDataSource2FB
§time: Time
Implementations§
Source§impl FaceExpressionWeights2FB
impl FaceExpressionWeights2FB
pub const TYPE: StructureType = StructureType::FACE_EXPRESSION_WEIGHTS2_FB
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for FaceExpressionWeights2FB
impl Clone for FaceExpressionWeights2FB
Source§fn clone(&self) -> FaceExpressionWeights2FB
fn clone(&self) -> FaceExpressionWeights2FB
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 FaceExpressionWeights2FB
impl Debug for FaceExpressionWeights2FB
impl Copy for FaceExpressionWeights2FB
Auto Trait Implementations§
impl Freeze for FaceExpressionWeights2FB
impl RefUnwindSafe for FaceExpressionWeights2FB
impl !Send for FaceExpressionWeights2FB
impl !Sync for FaceExpressionWeights2FB
impl Unpin for FaceExpressionWeights2FB
impl UnwindSafe for FaceExpressionWeights2FB
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