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