Struct entmet_lib::entities::entity::Spider
source · pub struct Spider {
pub climbing: bool,
/* private fields */
}Expand description
An instance of a spider
Fields§
§climbing: boolWhether it is climbing or not
Trait Implementations§
source§impl PartialEq for Spider
impl PartialEq for Spider
impl StructuralPartialEq for Spider
Auto Trait Implementations§
impl Freeze for Spider
impl RefUnwindSafe for Spider
impl Send for Spider
impl Sync for Spider
impl Unpin for Spider
impl UnwindSafe for Spider
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