Struct entmet_lib::entities::entity::Flying
source · pub struct Flying { /* private fields */ }Expand description
An interface of a flying mob
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flying
impl RefUnwindSafe for Flying
impl Send for Flying
impl Sync for Flying
impl Unpin for Flying
impl UnwindSafe for Flying
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