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