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