pub enum Nibble {
Show 16 variants
N0,
N1,
N2,
N3,
N4,
N5,
N6,
N7,
N8,
N9,
N10,
N11,
N12,
N13,
N14,
N15,
}Variants§
Trait Implementations§
impl Copy for Nibble
impl Eq for Nibble
impl StructuralPartialEq for Nibble
Auto Trait Implementations§
impl Freeze for Nibble
impl RefUnwindSafe for Nibble
impl Send for Nibble
impl Sync for Nibble
impl Unpin for Nibble
impl UnwindSafe for Nibble
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