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