#[repr(u8)]pub enum BaseNochargeNum {
Show 16 variants
SSC_1 = 0,
SSC_2 = 1,
SSC_3 = 2,
SSC_4 = 3,
SSC_5 = 4,
SSC_6 = 5,
SSC_7 = 6,
SSC_8 = 7,
SSC_9 = 8,
SSC_10 = 9,
SSC_11 = 10,
SSC_12 = 11,
SSC_13 = 12,
SSC_14 = 13,
SSC_15 = 14,
SSC_16 = 15,
}Variants§
SSC_1 = 0
1
SSC_2 = 1
2
SSC_3 = 2
3
SSC_4 = 3
4
SSC_5 = 4
5
SSC_6 = 5
6
SSC_7 = 6
7
SSC_8 = 7
8
SSC_9 = 8
9
SSC_10 = 9
10
SSC_11 = 10
11
SSC_12 = 11
12
SSC_13 = 12
13
SSC_14 = 13
14
SSC_15 = 14
15
SSC_16 = 15
16
Implementations§
Trait Implementations§
Source§impl Clone for BaseNochargeNum
impl Clone for BaseNochargeNum
Source§fn clone(&self) -> BaseNochargeNum
fn clone(&self) -> BaseNochargeNum
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 BaseNochargeNum
impl Debug for BaseNochargeNum
Source§impl From<BaseNochargeNum> for u8
impl From<BaseNochargeNum> for u8
Source§fn from(val: BaseNochargeNum) -> u8
fn from(val: BaseNochargeNum) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BaseNochargeNum
impl From<u8> for BaseNochargeNum
Source§fn from(val: u8) -> BaseNochargeNum
fn from(val: u8) -> BaseNochargeNum
Converts to this type from the input type.
Source§impl Ord for BaseNochargeNum
impl Ord for BaseNochargeNum
Source§fn cmp(&self, other: &BaseNochargeNum) -> Ordering
fn cmp(&self, other: &BaseNochargeNum) -> 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 BaseNochargeNum
impl PartialEq for BaseNochargeNum
Source§impl PartialOrd for BaseNochargeNum
impl PartialOrd for BaseNochargeNum
impl Copy for BaseNochargeNum
impl Eq for BaseNochargeNum
impl StructuralPartialEq for BaseNochargeNum
Auto Trait Implementations§
impl Freeze for BaseNochargeNum
impl RefUnwindSafe for BaseNochargeNum
impl Send for BaseNochargeNum
impl Sync for BaseNochargeNum
impl Unpin for BaseNochargeNum
impl UnwindSafe for BaseNochargeNum
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