pub struct ChunkOffset {
pub chunk_id: u32,
pub start_offset: u32,
}Fields§
§chunk_id: u32§start_offset: u32Implementations§
Source§impl ChunkOffset
impl ChunkOffset
Trait Implementations§
Source§impl Clone for ChunkOffset
impl Clone for ChunkOffset
Source§fn clone(&self) -> ChunkOffset
fn clone(&self) -> ChunkOffset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChunkOffset
impl Debug for ChunkOffset
Source§impl Default for ChunkOffset
impl Default for ChunkOffset
Source§impl Ord for ChunkOffset
impl Ord for ChunkOffset
Source§fn cmp(&self, other: &ChunkOffset) -> Ordering
fn cmp(&self, other: &ChunkOffset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ChunkOffset
impl PartialEq for ChunkOffset
Source§impl PartialOrd for ChunkOffset
impl PartialOrd for ChunkOffset
impl Copy for ChunkOffset
impl Eq for ChunkOffset
impl StructuralPartialEq for ChunkOffset
Auto Trait Implementations§
impl Freeze for ChunkOffset
impl RefUnwindSafe for ChunkOffset
impl Send for ChunkOffset
impl Sync for ChunkOffset
impl Unpin for ChunkOffset
impl UnwindSafe for ChunkOffset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.