Struct entmet_lib::entities::entity::Mob
source · pub struct Mob {
pub info: Mask<MobInfo>,
/* private fields */
}Expand description
An interface of a mob
Fields§
§info: Mask<MobInfo>A list of the options that can be active on a mob
Trait Implementations§
impl StructuralPartialEq for Mob
Auto Trait Implementations§
impl Freeze for Mob
impl RefUnwindSafe for Mob
impl Send for Mob
impl Sync for Mob
impl Unpin for Mob
impl UnwindSafe for Mob
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