#[repr(C)]pub struct FacialExpressionBlendShapePropertiesML {
pub ty: StructureType,
pub next: *mut c_void,
pub requested_facial_blend_shape: FacialBlendShapeML,
pub weight: f32,
pub flags: FacialExpressionBlendShapePropertiesFlagsML,
pub time: Time,
}Expand description
See XrFacialExpressionBlendShapePropertiesML - defined by XR_ML_facial_expression
Fields§
§ty: StructureType§next: *mut c_void§requested_facial_blend_shape: FacialBlendShapeML§weight: f32§flags: FacialExpressionBlendShapePropertiesFlagsML§time: TimeImplementations§
Source§impl FacialExpressionBlendShapePropertiesML
impl FacialExpressionBlendShapePropertiesML
pub const TYPE: StructureType = StructureType::FACIAL_EXPRESSION_BLEND_SHAPE_PROPERTIES_ML
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 FacialExpressionBlendShapePropertiesML
impl Clone for FacialExpressionBlendShapePropertiesML
Source§fn clone(&self) -> FacialExpressionBlendShapePropertiesML
fn clone(&self) -> FacialExpressionBlendShapePropertiesML
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 moreimpl Copy for FacialExpressionBlendShapePropertiesML
Auto Trait Implementations§
impl Freeze for FacialExpressionBlendShapePropertiesML
impl RefUnwindSafe for FacialExpressionBlendShapePropertiesML
impl !Send for FacialExpressionBlendShapePropertiesML
impl !Sync for FacialExpressionBlendShapePropertiesML
impl Unpin for FacialExpressionBlendShapePropertiesML
impl UnwindSafe for FacialExpressionBlendShapePropertiesML
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