pub struct BlendShapeMode(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl BlendShapeMode
impl BlendShapeMode
pub const NORMALIZED: BlendShapeMode
pub const RELATIVE: BlendShapeMode
Trait Implementations§
Source§impl Clone for BlendShapeMode
impl Clone for BlendShapeMode
Source§fn clone(&self) -> BlendShapeMode
fn clone(&self) -> BlendShapeMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BlendShapeMode
impl Debug for BlendShapeMode
Source§impl From<BlendShapeMode> for i64
impl From<BlendShapeMode> for i64
Source§fn from(v: BlendShapeMode) -> Self
fn from(v: BlendShapeMode) -> Self
Converts to this type from the input type.
Source§impl From<i64> for BlendShapeMode
impl From<i64> for BlendShapeMode
Source§impl FromVariant for BlendShapeMode
impl FromVariant for BlendShapeMode
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for BlendShapeMode
impl Hash for BlendShapeMode
Source§impl Ord for BlendShapeMode
impl Ord for BlendShapeMode
Source§fn cmp(&self, other: &BlendShapeMode) -> Ordering
fn cmp(&self, other: &BlendShapeMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlendShapeMode
impl PartialEq for BlendShapeMode
Source§impl PartialOrd for BlendShapeMode
impl PartialOrd for BlendShapeMode
impl Copy for BlendShapeMode
impl Eq for BlendShapeMode
impl StructuralPartialEq for BlendShapeMode
Auto Trait Implementations§
impl Freeze for BlendShapeMode
impl RefUnwindSafe for BlendShapeMode
impl Send for BlendShapeMode
impl Sync for BlendShapeMode
impl Unpin for BlendShapeMode
impl UnwindSafe for BlendShapeMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.