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