pub struct U64(/* private fields */);Expand description
Length-type with underlying u64.
Trait Implementations§
Source§impl AddAssign<usize> for U64
impl AddAssign<usize> for U64
Source§fn add_assign(&mut self, rhs: usize)
fn add_assign(&mut self, rhs: usize)
Performs the
+= operation. Read moreSource§impl Ord for U64
impl Ord for U64
Source§impl PartialOrd<usize> for U64
impl PartialOrd<usize> for U64
Source§impl PartialOrd for U64
impl PartialOrd for U64
Source§impl SubAssign<usize> for U64
impl SubAssign<usize> for U64
Source§fn sub_assign(&mut self, rhs: usize)
fn sub_assign(&mut self, rhs: usize)
Performs the
-= operation. Read moreimpl Copy for U64
impl Eq for U64
impl LengthType for U64
impl StructuralPartialEq for U64
Auto Trait Implementations§
impl Freeze for U64
impl RefUnwindSafe for U64
impl Send for U64
impl Sync for U64
impl Unpin for U64
impl UnwindSafe for U64
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