pub struct FacialExpressionBlendShapePropertiesFlagsML(/* private fields */);Expand description
Implementations§
Source§impl FacialExpressionBlendShapePropertiesFlagsML
impl FacialExpressionBlendShapePropertiesFlagsML
Sourcepub const VALID: FacialExpressionBlendShapePropertiesFlagsML
pub const VALID: FacialExpressionBlendShapePropertiesFlagsML
Indicates whether the blend shape is valid.
Sourcepub const TRACKED: FacialExpressionBlendShapePropertiesFlagsML
pub const TRACKED: FacialExpressionBlendShapePropertiesFlagsML
Indicates whether the blend shape is being tracked by the runtime.
Source§impl FacialExpressionBlendShapePropertiesFlagsML
impl FacialExpressionBlendShapePropertiesFlagsML
pub const EMPTY: Self
pub fn from_raw(x: u64) -> Self
pub fn into_raw(self) -> u64
pub fn is_empty(self) -> bool
pub fn intersects( self, other: FacialExpressionBlendShapePropertiesFlagsML, ) -> bool
Sourcepub fn contains(
self,
other: FacialExpressionBlendShapePropertiesFlagsML,
) -> bool
pub fn contains( self, other: FacialExpressionBlendShapePropertiesFlagsML, ) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for FacialExpressionBlendShapePropertiesFlagsML
impl BitAnd for FacialExpressionBlendShapePropertiesFlagsML
Source§type Output = FacialExpressionBlendShapePropertiesFlagsML
type Output = FacialExpressionBlendShapePropertiesFlagsML
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: FacialExpressionBlendShapePropertiesFlagsML,
) -> FacialExpressionBlendShapePropertiesFlagsML
fn bitand( self, rhs: FacialExpressionBlendShapePropertiesFlagsML, ) -> FacialExpressionBlendShapePropertiesFlagsML
Performs the
& operation. Read moreSource§impl BitAndAssign for FacialExpressionBlendShapePropertiesFlagsML
impl BitAndAssign for FacialExpressionBlendShapePropertiesFlagsML
Source§fn bitand_assign(&mut self, rhs: FacialExpressionBlendShapePropertiesFlagsML)
fn bitand_assign(&mut self, rhs: FacialExpressionBlendShapePropertiesFlagsML)
Performs the
&= operation. Read moreSource§impl BitOr for FacialExpressionBlendShapePropertiesFlagsML
impl BitOr for FacialExpressionBlendShapePropertiesFlagsML
Source§type Output = FacialExpressionBlendShapePropertiesFlagsML
type Output = FacialExpressionBlendShapePropertiesFlagsML
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: FacialExpressionBlendShapePropertiesFlagsML,
) -> FacialExpressionBlendShapePropertiesFlagsML
fn bitor( self, rhs: FacialExpressionBlendShapePropertiesFlagsML, ) -> FacialExpressionBlendShapePropertiesFlagsML
Performs the
| operation. Read moreSource§impl BitOrAssign for FacialExpressionBlendShapePropertiesFlagsML
impl BitOrAssign for FacialExpressionBlendShapePropertiesFlagsML
Source§fn bitor_assign(&mut self, rhs: FacialExpressionBlendShapePropertiesFlagsML)
fn bitor_assign(&mut self, rhs: FacialExpressionBlendShapePropertiesFlagsML)
Performs the
|= operation. Read moreSource§impl BitXor for FacialExpressionBlendShapePropertiesFlagsML
impl BitXor for FacialExpressionBlendShapePropertiesFlagsML
Source§type Output = FacialExpressionBlendShapePropertiesFlagsML
type Output = FacialExpressionBlendShapePropertiesFlagsML
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: FacialExpressionBlendShapePropertiesFlagsML,
) -> FacialExpressionBlendShapePropertiesFlagsML
fn bitxor( self, rhs: FacialExpressionBlendShapePropertiesFlagsML, ) -> FacialExpressionBlendShapePropertiesFlagsML
Performs the
^ operation. Read moreSource§impl BitXorAssign for FacialExpressionBlendShapePropertiesFlagsML
impl BitXorAssign for FacialExpressionBlendShapePropertiesFlagsML
Source§fn bitxor_assign(&mut self, rhs: FacialExpressionBlendShapePropertiesFlagsML)
fn bitxor_assign(&mut self, rhs: FacialExpressionBlendShapePropertiesFlagsML)
Performs the
^= operation. Read moreSource§impl Clone for FacialExpressionBlendShapePropertiesFlagsML
impl Clone for FacialExpressionBlendShapePropertiesFlagsML
Source§fn clone(&self) -> FacialExpressionBlendShapePropertiesFlagsML
fn clone(&self) -> FacialExpressionBlendShapePropertiesFlagsML
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 Not for FacialExpressionBlendShapePropertiesFlagsML
impl Not for FacialExpressionBlendShapePropertiesFlagsML
Source§type Output = FacialExpressionBlendShapePropertiesFlagsML
type Output = FacialExpressionBlendShapePropertiesFlagsML
The resulting type after applying the
! operator.Source§fn not(self) -> FacialExpressionBlendShapePropertiesFlagsML
fn not(self) -> FacialExpressionBlendShapePropertiesFlagsML
Performs the unary
! operation. Read moreSource§impl PartialEq for FacialExpressionBlendShapePropertiesFlagsML
impl PartialEq for FacialExpressionBlendShapePropertiesFlagsML
Source§fn eq(&self, other: &FacialExpressionBlendShapePropertiesFlagsML) -> bool
fn eq(&self, other: &FacialExpressionBlendShapePropertiesFlagsML) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FacialExpressionBlendShapePropertiesFlagsML
impl Eq for FacialExpressionBlendShapePropertiesFlagsML
impl StructuralPartialEq for FacialExpressionBlendShapePropertiesFlagsML
Auto Trait Implementations§
impl Freeze for FacialExpressionBlendShapePropertiesFlagsML
impl RefUnwindSafe for FacialExpressionBlendShapePropertiesFlagsML
impl Send for FacialExpressionBlendShapePropertiesFlagsML
impl Sync for FacialExpressionBlendShapePropertiesFlagsML
impl Unpin for FacialExpressionBlendShapePropertiesFlagsML
impl UnwindSafe for FacialExpressionBlendShapePropertiesFlagsML
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