pub struct LivingEntity { /* private fields */ }
Trait Implementations§
Source§impl Debug for LivingEntity
impl Debug for LivingEntity
Source§impl Default for LivingEntity
impl Default for LivingEntity
Source§fn default() -> LivingEntity
fn default() -> LivingEntity
Returns the “default value” for a type. Read more
Source§impl EntityComponent for LivingEntity
impl EntityComponent for LivingEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for LivingEntity
impl RefUnwindSafe for LivingEntity
impl Send for LivingEntity
impl Sync for LivingEntity
impl Unpin for LivingEntity
impl UnwindSafe for LivingEntity
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