Enum entmet_lib::entities::entity::FishPatternAndSize
source · #[repr(u64)]pub enum FishPatternAndSize {
Kob = 0,
Flopper = 1,
Sunstreak = 256,
Stripey = 257,
Snooper = 512,
Glitter = 513,
Dasher = 768,
Blockfish = 769,
Brinely = 1_024,
Betty = 1_025,
Spotty = 1_280,
Clayfish = 1_281,
}Expand description
Variants§
Kob = 0
Flopper = 1
Sunstreak = 256
Stripey = 257
Snooper = 512
Glitter = 513
Dasher = 768
Blockfish = 769
Brinely = 1_024
Betty = 1_025
Spotty = 1_280
Clayfish = 1_281
Trait Implementations§
source§impl Clone for FishPatternAndSize
impl Clone for FishPatternAndSize
source§fn clone(&self) -> FishPatternAndSize
fn clone(&self) -> FishPatternAndSize
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 FishPatternAndSize
impl Default for FishPatternAndSize
source§fn default() -> FishPatternAndSize
fn default() -> FishPatternAndSize
Returns the “default value” for a type. Read more
impl Copy for FishPatternAndSize
Auto Trait Implementations§
impl Freeze for FishPatternAndSize
impl RefUnwindSafe for FishPatternAndSize
impl Send for FishPatternAndSize
impl Sync for FishPatternAndSize
impl Unpin for FishPatternAndSize
impl UnwindSafe for FishPatternAndSize
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