Struct entmet_lib::entities::entity::Camel
source · pub struct Camel {
pub dashing: bool,
pub last_pose_change_tick: i64,
/* private fields */
}Expand description
An instance of a camel
Fields§
§dashing: boolWether it is dashing or not
last_pose_change_tick: i64The last tick that the camel changed their pose
Trait Implementations§
source§impl PartialEq for Camel
impl PartialEq for Camel
impl StructuralPartialEq for Camel
Auto Trait Implementations§
impl Freeze for Camel
impl RefUnwindSafe for Camel
impl Send for Camel
impl Sync for Camel
impl Unpin for Camel
impl UnwindSafe for Camel
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