#[repr(u8)]pub enum CharacterCategory {
Body = 0,
Hair = 1,
Face = 2,
Tail = 3,
Ear = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for CharacterCategory
impl Clone for CharacterCategory
Source§fn clone(&self) -> CharacterCategory
fn clone(&self) -> CharacterCategory
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 moreimpl Copy for CharacterCategory
Auto Trait Implementations§
impl Freeze for CharacterCategory
impl RefUnwindSafe for CharacterCategory
impl Send for CharacterCategory
impl Sync for CharacterCategory
impl Unpin for CharacterCategory
impl UnwindSafe for CharacterCategory
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