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