pub struct MultiPackIndexChunk {
pub id: [u8; 4],
pub offset: u64,
pub len: u64,
}Fields§
§id: [u8; 4]§offset: u64§len: u64Trait Implementations§
Source§impl Clone for MultiPackIndexChunk
impl Clone for MultiPackIndexChunk
Source§fn clone(&self) -> MultiPackIndexChunk
fn clone(&self) -> MultiPackIndexChunk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MultiPackIndexChunk
impl Debug for MultiPackIndexChunk
impl Eq for MultiPackIndexChunk
Source§impl PartialEq for MultiPackIndexChunk
impl PartialEq for MultiPackIndexChunk
Source§fn eq(&self, other: &MultiPackIndexChunk) -> bool
fn eq(&self, other: &MultiPackIndexChunk) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MultiPackIndexChunk
Auto Trait Implementations§
impl Freeze for MultiPackIndexChunk
impl RefUnwindSafe for MultiPackIndexChunk
impl Send for MultiPackIndexChunk
impl Sync for MultiPackIndexChunk
impl Unpin for MultiPackIndexChunk
impl UnsafeUnpin for MultiPackIndexChunk
impl UnwindSafe for MultiPackIndexChunk
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