#[repr(u8)]pub enum MegaPdnReq {
MEGA_PDN_REQ_0 = 0,
MEGA_PDN_REQ_1 = 1,
}Variants§
Implementations§
Source§impl MegaPdnReq
impl MegaPdnReq
Trait Implementations§
Source§impl Clone for MegaPdnReq
impl Clone for MegaPdnReq
Source§fn clone(&self) -> MegaPdnReq
fn clone(&self) -> MegaPdnReq
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 MegaPdnReq
impl Debug for MegaPdnReq
Source§impl From<MegaPdnReq> for u8
impl From<MegaPdnReq> for u8
Source§fn from(val: MegaPdnReq) -> u8
fn from(val: MegaPdnReq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MegaPdnReq
impl From<u8> for MegaPdnReq
Source§fn from(val: u8) -> MegaPdnReq
fn from(val: u8) -> MegaPdnReq
Converts to this type from the input type.
Source§impl Ord for MegaPdnReq
impl Ord for MegaPdnReq
Source§fn cmp(&self, other: &MegaPdnReq) -> Ordering
fn cmp(&self, other: &MegaPdnReq) -> 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 MegaPdnReq
impl PartialEq for MegaPdnReq
Source§impl PartialOrd for MegaPdnReq
impl PartialOrd for MegaPdnReq
impl Copy for MegaPdnReq
impl Eq for MegaPdnReq
impl StructuralPartialEq for MegaPdnReq
Auto Trait Implementations§
impl Freeze for MegaPdnReq
impl RefUnwindSafe for MegaPdnReq
impl Send for MegaPdnReq
impl Sync for MegaPdnReq
impl Unpin for MegaPdnReq
impl UnwindSafe for MegaPdnReq
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