#[repr(u8)]pub enum MegaPupReq {
MEGA_PUP_REQ_0 = 0,
MEGA_PUP_REQ_1 = 1,
}Variants§
Implementations§
Source§impl MegaPupReq
impl MegaPupReq
Trait Implementations§
Source§impl Clone for MegaPupReq
impl Clone for MegaPupReq
Source§fn clone(&self) -> MegaPupReq
fn clone(&self) -> MegaPupReq
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 MegaPupReq
impl Debug for MegaPupReq
Source§impl From<MegaPupReq> for u8
impl From<MegaPupReq> for u8
Source§fn from(val: MegaPupReq) -> u8
fn from(val: MegaPupReq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MegaPupReq
impl From<u8> for MegaPupReq
Source§fn from(val: u8) -> MegaPupReq
fn from(val: u8) -> MegaPupReq
Converts to this type from the input type.
Source§impl Ord for MegaPupReq
impl Ord for MegaPupReq
Source§fn cmp(&self, other: &MegaPupReq) -> Ordering
fn cmp(&self, other: &MegaPupReq) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MegaPupReq
impl PartialEq for MegaPupReq
Source§impl PartialOrd for MegaPupReq
impl PartialOrd for MegaPupReq
impl Copy for MegaPupReq
impl Eq for MegaPupReq
impl StructuralPartialEq for MegaPupReq
Auto Trait Implementations§
impl Freeze for MegaPupReq
impl RefUnwindSafe for MegaPupReq
impl Send for MegaPupReq
impl Sync for MegaPupReq
impl Unpin for MegaPupReq
impl UnwindSafe for MegaPupReq
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