pub enum AppearanceLifeFormPosture {
Show 17 variants
NotSpecified,
Upright_StandingStill,
Upright_Walking,
Upright_Running,
Kneeling,
Prone,
Crawling,
Swimming,
Parachuting,
Jumping,
Sitting,
Squatting,
Crouching,
Wading,
Surrender,
Detained,
Unspecified(u8),
}Variants§
NotSpecified
Upright_StandingStill
Upright_Walking
Upright_Running
Kneeling
Prone
Crawling
Swimming
Parachuting
Jumping
Sitting
Squatting
Crouching
Wading
Surrender
Detained
Unspecified(u8)
Trait Implementations§
source§impl Clone for AppearanceLifeFormPosture
impl Clone for AppearanceLifeFormPosture
source§fn clone(&self) -> AppearanceLifeFormPosture
fn clone(&self) -> AppearanceLifeFormPosture
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 AppearanceLifeFormPosture
impl Debug for AppearanceLifeFormPosture
source§impl Default for AppearanceLifeFormPosture
impl Default for AppearanceLifeFormPosture
source§impl Display for AppearanceLifeFormPosture
impl Display for AppearanceLifeFormPosture
source§impl From<AppearanceLifeFormPosture> for u8
impl From<AppearanceLifeFormPosture> for u8
source§fn from(value: AppearanceLifeFormPosture) -> Self
fn from(value: AppearanceLifeFormPosture) -> Self
Converts to this type from the input type.
source§impl From<u8> for AppearanceLifeFormPosture
impl From<u8> for AppearanceLifeFormPosture
source§impl Hash for AppearanceLifeFormPosture
impl Hash for AppearanceLifeFormPosture
source§impl PartialEq for AppearanceLifeFormPosture
impl PartialEq for AppearanceLifeFormPosture
source§fn eq(&self, other: &AppearanceLifeFormPosture) -> bool
fn eq(&self, other: &AppearanceLifeFormPosture) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AppearanceLifeFormPosture
impl Eq for AppearanceLifeFormPosture
impl StructuralEq for AppearanceLifeFormPosture
impl StructuralPartialEq for AppearanceLifeFormPosture
Auto Trait Implementations§
impl RefUnwindSafe for AppearanceLifeFormPosture
impl Send for AppearanceLifeFormPosture
impl Sync for AppearanceLifeFormPosture
impl Unpin for AppearanceLifeFormPosture
impl UnwindSafe for AppearanceLifeFormPosture
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