pub struct HumanoidMob {
pub armor: bool,
pub helmet: bool,
pub mob: Mob,
}
Fields§
§armor: bool
§helmet: bool
§mob: Mob
Trait Implementations§
Source§impl Clone for HumanoidMob
impl Clone for HumanoidMob
Source§fn clone(&self) -> HumanoidMob
fn clone(&self) -> HumanoidMob
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HumanoidMob
impl RefUnwindSafe for HumanoidMob
impl Send for HumanoidMob
impl Sync for HumanoidMob
impl Unpin for HumanoidMob
impl UnwindSafe for HumanoidMob
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