#[repr(u8)]pub enum MarioPantsType {
None = 0,
Propeller = 6,
Cat = 17,
Fire = 18,
Normal = 33,
Builder = 34,
}Expand description
@typedef MarioPantsType
@param {number} NONE 0x00
@param {number} PROPELLER 0x06
@param {number} CAT 0x11
@param {number} FIRE 0x12
@param {number} NORMAL 0x21
@param {number} BUILDER 0x22Variants§
Trait Implementations§
Source§impl Clone for MarioPantsType
impl Clone for MarioPantsType
Source§fn clone(&self) -> MarioPantsType
fn clone(&self) -> MarioPantsType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MarioPantsType
Source§impl Debug for MarioPantsType
impl Debug for MarioPantsType
impl Eq for MarioPantsType
Source§impl PartialEq for MarioPantsType
impl PartialEq for MarioPantsType
impl StructuralPartialEq for MarioPantsType
Auto Trait Implementations§
impl Freeze for MarioPantsType
impl RefUnwindSafe for MarioPantsType
impl Send for MarioPantsType
impl Sync for MarioPantsType
impl Unpin for MarioPantsType
impl UnsafeUnpin for MarioPantsType
impl UnwindSafe for MarioPantsType
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