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