Enum entmet_lib::entities::entity::HorseMarking
source · #[repr(u64)]pub enum HorseMarking {
None = 0,
WhiteStockingsAndBlaze = 256,
WhitePatches = 512,
WhiteDots = 768,
}Expand description
An enum of possible markings of a horse
Variants§
Trait Implementations§
source§impl Clone for HorseMarking
impl Clone for HorseMarking
source§fn clone(&self) -> HorseMarking
fn clone(&self) -> HorseMarking
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 Default for HorseMarking
impl Default for HorseMarking
source§fn default() -> HorseMarking
fn default() -> HorseMarking
Returns the “default value” for a type. Read more
source§impl PartialEq for HorseMarking
impl PartialEq for HorseMarking
source§fn eq(&self, other: &HorseMarking) -> bool
fn eq(&self, other: &HorseMarking) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for HorseMarking
impl Eq for HorseMarking
impl StructuralPartialEq for HorseMarking
Auto Trait Implementations§
impl Freeze for HorseMarking
impl RefUnwindSafe for HorseMarking
impl Send for HorseMarking
impl Sync for HorseMarking
impl Unpin for HorseMarking
impl UnwindSafe for HorseMarking
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