#[repr(u8)]pub enum Npair {
Show 16 variants
NPAIR_0 = 0,
NPAIR_1 = 1,
NPAIR_2 = 2,
NPAIR_3_3 = 3,
NPAIR_3_4 = 4,
NPAIR_3_5 = 5,
NPAIR_3_6 = 6,
NPAIR_3_7 = 7,
NPAIR_3_8 = 8,
NPAIR_3_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
NPAIR_15 = 15,
}Variants§
NPAIR_0 = 0
None
NPAIR_1 = 1
1 pair
NPAIR_2 = 2
2 pairs
NPAIR_3_3 = 3
…
NPAIR_3_4 = 4
…
NPAIR_3_5 = 5
…
NPAIR_3_6 = 6
…
NPAIR_3_7 = 7
…
NPAIR_3_8 = 8
…
NPAIR_3_9 = 9
…
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
NPAIR_15 = 15
15 pairs
Implementations§
Trait Implementations§
Source§impl Ord for Npair
impl Ord for Npair
Source§impl PartialOrd for Npair
impl PartialOrd for Npair
impl Copy for Npair
impl Eq for Npair
impl StructuralPartialEq for Npair
Auto Trait Implementations§
impl Freeze for Npair
impl RefUnwindSafe for Npair
impl Send for Npair
impl Sync for Npair
impl Unpin for Npair
impl UnwindSafe for Npair
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