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