pub struct PackMtimes {
pub version: u32,
pub format: ObjectFormat,
pub mtimes: Vec<u32>,
pub pack_checksum: ObjectId,
pub index_checksum: ObjectId,
}Fields§
§version: u32§format: ObjectFormat§mtimes: Vec<u32>§pack_checksum: ObjectId§index_checksum: ObjectIdImplementations§
Trait Implementations§
Source§impl Clone for PackMtimes
impl Clone for PackMtimes
Source§fn clone(&self) -> PackMtimes
fn clone(&self) -> PackMtimes
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 PackMtimes
impl Debug for PackMtimes
impl Eq for PackMtimes
Source§impl PartialEq for PackMtimes
impl PartialEq for PackMtimes
Source§fn eq(&self, other: &PackMtimes) -> bool
fn eq(&self, other: &PackMtimes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PackMtimes
Auto Trait Implementations§
impl Freeze for PackMtimes
impl RefUnwindSafe for PackMtimes
impl Send for PackMtimes
impl Sync for PackMtimes
impl Unpin for PackMtimes
impl UnsafeUnpin for PackMtimes
impl UnwindSafe for PackMtimes
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