pub struct Pig {
pub quadrapedMob: QuadrapedMob,
}
Fields§
§quadrapedMob: QuadrapedMob
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pig
impl RefUnwindSafe for Pig
impl Send for Pig
impl Sync for Pig
impl Unpin for Pig
impl UnwindSafe for Pig
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