Struct entmet_lib::entities::entity::FishVariant
source · pub struct FishVariant {
pub pattern: FishPatternAndSize,
pub body_color: Color,
pub pattern_color: Color,
}Expand description
A struct holding fish variant information
Fields§
§pattern: FishPatternAndSizeThe pattern of the fish
body_color: ColorThe color of the body
pattern_color: ColorThe color of the pattern
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FishVariant
impl RefUnwindSafe for FishVariant
impl Send for FishVariant
impl Sync for FishVariant
impl Unpin for FishVariant
impl UnwindSafe for FishVariant
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