Struct entmet_lib::entities::entity::Ocelot
source · pub struct Ocelot {
pub trusting: bool,
/* private fields */
}Expand description
An instance of an ocelot
Fields§
§trusting: boolWhether it trusts the player or not
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ocelot
impl RefUnwindSafe for Ocelot
impl Send for Ocelot
impl Sync for Ocelot
impl Unpin for Ocelot
impl UnwindSafe for Ocelot
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