Enum Nb
#[repr(u8)]pub enum Nb {
Nb2 = 0,
Nb4 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Nb
impl Eq for Nb
§impl Ord for Nb
impl Ord for Nb
1.21.0 (const: unstable) · 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
§impl PartialOrd for Nb
impl PartialOrd for Nb
impl StructuralPartialEq for Nb
Auto Trait Implementations§
impl Freeze for Nb
impl RefUnwindSafe for Nb
impl Send for Nb
impl Sync for Nb
impl Unpin for Nb
impl UnsafeUnpin for Nb
impl UnwindSafe for Nb
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