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