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