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