pub struct U4(/* private fields */);
Expand description
A 4-bit integer (0 - 15).
Implementations§
Trait Implementations§
Source§impl Ord for U4
impl Ord for U4
Source§impl PartialOrd for U4
impl PartialOrd for U4
impl Copy for U4
impl Eq for U4
impl StructuralPartialEq for U4
Auto Trait Implementations§
impl Freeze for U4
impl RefUnwindSafe for U4
impl Send for U4
impl Sync for U4
impl Unpin for U4
impl UnwindSafe for U4
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