pub struct Rider { /* private fields */ }
Expand description
Riders (characters with snowboards) with some starting position/velocity.
Trait Implementations§
impl Copy for Rider
Auto Trait Implementations§
impl Freeze for Rider
impl RefUnwindSafe for Rider
impl Send for Rider
impl Sync for Rider
impl Unpin for Rider
impl UnwindSafe for Rider
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