Struct entmet_lib::entities::entity::ZombieHorse
source · pub struct ZombieHorse { /* private fields */ }Expand description
An instance of a zombie horse
Trait Implementations§
source§impl Default for ZombieHorse
impl Default for ZombieHorse
source§fn default() -> ZombieHorse
fn default() -> ZombieHorse
Returns the “default value” for a type. Read more
source§impl Deref for ZombieHorse
impl Deref for ZombieHorse
Auto Trait Implementations§
impl Freeze for ZombieHorse
impl RefUnwindSafe for ZombieHorse
impl Send for ZombieHorse
impl Sync for ZombieHorse
impl Unpin for ZombieHorse
impl UnwindSafe for ZombieHorse
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