pub struct Rocket { /* private fields */ }Expand description
Represents the rocket in the game, used by the planet.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rocket
impl RefUnwindSafe for Rocket
impl Send for Rocket
impl Sync for Rocket
impl Unpin for Rocket
impl UnwindSafe for Rocket
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