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),
}Expand description
UID 392
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 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 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
impl Copy for AppearanceLifeFormPosture
impl Eq for AppearanceLifeFormPosture
impl StructuralPartialEq for AppearanceLifeFormPosture
Auto Trait Implementations§
impl Freeze for AppearanceLifeFormPosture
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