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