pub struct PackIndexEntry {
pub hash: ObjectHash,
pub offset: u64,
pub crc32: u32,
}Expand description
Pack index entry - maps hash to offset in pack
Fields§
§hash: ObjectHash§offset: u64§crc32: u32Trait Implementations§
Source§impl Clone for PackIndexEntry
impl Clone for PackIndexEntry
Source§fn clone(&self) -> PackIndexEntry
fn clone(&self) -> PackIndexEntry
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 moreAuto Trait Implementations§
impl Freeze for PackIndexEntry
impl RefUnwindSafe for PackIndexEntry
impl Send for PackIndexEntry
impl Sync for PackIndexEntry
impl Unpin for PackIndexEntry
impl UnsafeUnpin for PackIndexEntry
impl UnwindSafe for PackIndexEntry
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