pub struct ByteCount(pub u128);Expand description
A structure representing the number of bytes between two table indices.
Tuple Fields§
§0: u128Trait Implementations§
Source§impl Ord for ByteCount
impl Ord for ByteCount
Source§impl PartialOrd for ByteCount
impl PartialOrd for ByteCount
impl Copy for ByteCount
impl Eq for ByteCount
impl StructuralPartialEq for ByteCount
Auto Trait Implementations§
impl Freeze for ByteCount
impl RefUnwindSafe for ByteCount
impl Send for ByteCount
impl Sync for ByteCount
impl Unpin for ByteCount
impl UnwindSafe for ByteCount
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