Struct entmet_lib::entities::entity::Zoglin
source · pub struct Zoglin {
pub baby: bool,
/* private fields */
}Expand description
An instance of a zoglin
Fields§
§baby: boolWhether it is a baby or not
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Zoglin
impl RefUnwindSafe for Zoglin
impl Send for Zoglin
impl Sync for Zoglin
impl Unpin for Zoglin
impl UnwindSafe for Zoglin
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