pub enum WeightClass {
Small,
Medium,
Large,
}Expand description
The weight class of a character or vehicle in Mario Kart Wii.
A valid Combo requires the character and vehicle to share the same weight class.
Variants§
Trait Implementations§
Source§impl Clone for WeightClass
impl Clone for WeightClass
Source§fn clone(&self) -> WeightClass
fn clone(&self) -> WeightClass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WeightClass
impl Debug for WeightClass
Source§impl PartialEq for WeightClass
impl PartialEq for WeightClass
impl Copy for WeightClass
impl StructuralPartialEq for WeightClass
Auto Trait Implementations§
impl Freeze for WeightClass
impl RefUnwindSafe for WeightClass
impl Send for WeightClass
impl Sync for WeightClass
impl Unpin for WeightClass
impl UnsafeUnpin for WeightClass
impl UnwindSafe for WeightClass
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