pub struct Sheep {
pub graze: f32,
pub grazeO: f32,
pub grazing: bool,
pub grazingTime: i32,
pub hasFur: bool,
pub quadrapedMob: QuadrapedMob,
}
Fields§
§graze: f32
§grazeO: f32
§grazing: bool
§grazingTime: i32
§hasFur: bool
§quadrapedMob: QuadrapedMob
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sheep
impl RefUnwindSafe for Sheep
impl Send for Sheep
impl Sync for Sheep
impl Unpin for Sheep
impl UnwindSafe for Sheep
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