pub struct n64(pub u64);
Expand description
CBOR Negative u64
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Ord for n64
impl Ord for n64
Source§impl PartialOrd for n64
impl PartialOrd for n64
impl Copy for n64
impl Eq for n64
impl StructuralPartialEq for n64
Auto Trait Implementations§
impl Freeze for n64
impl RefUnwindSafe for n64
impl Send for n64
impl Sync for n64
impl Unpin for n64
impl UnwindSafe for n64
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