pub struct PackIndexEntry {
pub oid: ObjectId,
pub crc32: u32,
pub offset: u64,
}Fields§
§oid: ObjectId§crc32: u32§offset: u64Trait 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 moreSource§impl Debug for PackIndexEntry
impl Debug for PackIndexEntry
impl Eq for PackIndexEntry
Source§impl PartialEq for PackIndexEntry
impl PartialEq for PackIndexEntry
Source§fn eq(&self, other: &PackIndexEntry) -> bool
fn eq(&self, other: &PackIndexEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PackIndexEntry
Auto 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