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