Struct entmet_lib::entities::entity::Slime
source · pub struct Slime {
pub size: i32,
/* private fields */
}Expand description
An instance of a slime
Fields§
§size: i32The size of the slime
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Slime
impl RefUnwindSafe for Slime
impl Send for Slime
impl Sync for Slime
impl Unpin for Slime
impl UnwindSafe for Slime
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