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