pub struct MobEntity { /* private fields */ }
Trait Implementations§
Source§impl EntityComponent for MobEntity
impl EntityComponent for MobEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for MobEntity
impl RefUnwindSafe for MobEntity
impl Send for MobEntity
impl Sync for MobEntity
impl Unpin for MobEntity
impl UnwindSafe for MobEntity
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