Enum entmet_lib::entities::entity::PandaInfo
source · #[repr(u8)]pub enum PandaInfo {
IsSneezing = 2,
IsRolling = 4,
IsSitting = 8,
IsOnBack = 16,
}Expand description
An enum of all states a panda can be in
Variants§
Trait Implementations§
source§impl PartialEq for PandaInfo
impl PartialEq for PandaInfo
impl Copy for PandaInfo
impl Eq for PandaInfo
impl StructuralPartialEq for PandaInfo
Auto Trait Implementations§
impl Freeze for PandaInfo
impl RefUnwindSafe for PandaInfo
impl Send for PandaInfo
impl Sync for PandaInfo
impl Unpin for PandaInfo
impl UnwindSafe for PandaInfo
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