#[repr(u32)]pub enum EmotionType {
Dummy = 0,
}
Variants§
Dummy = 0
Trait Implementations§
Source§impl Clone for EmotionType
impl Clone for EmotionType
Source§fn clone(&self) -> EmotionType
fn clone(&self) -> EmotionType
Returns a copy 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 EmotionType
impl Debug for EmotionType
Source§impl From<EmotionType> for EmotionType_CEnum
impl From<EmotionType> for EmotionType_CEnum
Source§fn from(value: EmotionType) -> Self
fn from(value: EmotionType) -> Self
Converts to this type from the input type.
Source§impl Hash for EmotionType
impl Hash for EmotionType
Source§impl Ord for EmotionType
impl Ord for EmotionType
Source§fn cmp(&self, other: &EmotionType) -> Ordering
fn cmp(&self, other: &EmotionType) -> 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 EmotionType
impl PartialEq for EmotionType
Source§impl PartialOrd for EmotionType
impl PartialOrd for EmotionType
Source§impl TryFrom<EmotionType_CEnum> for EmotionType
impl TryFrom<EmotionType_CEnum> for EmotionType
impl Copy for EmotionType
impl Eq for EmotionType
impl StructuralPartialEq for EmotionType
Auto Trait Implementations§
impl Freeze for EmotionType
impl RefUnwindSafe for EmotionType
impl Send for EmotionType
impl Sync for EmotionType
impl Unpin for EmotionType
impl UnwindSafe for EmotionType
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