pub struct PackIndexLookup {
pub crc32: u32,
pub offset: u64,
}Fields§
§crc32: u32§offset: u64Trait Implementations§
Source§impl Clone for PackIndexLookup
impl Clone for PackIndexLookup
Source§fn clone(&self) -> PackIndexLookup
fn clone(&self) -> PackIndexLookup
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 moreimpl Copy for PackIndexLookup
Source§impl Debug for PackIndexLookup
impl Debug for PackIndexLookup
impl Eq for PackIndexLookup
Source§impl PartialEq for PackIndexLookup
impl PartialEq for PackIndexLookup
Source§fn eq(&self, other: &PackIndexLookup) -> bool
fn eq(&self, other: &PackIndexLookup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PackIndexLookup
Auto Trait Implementations§
impl Freeze for PackIndexLookup
impl RefUnwindSafe for PackIndexLookup
impl Send for PackIndexLookup
impl Sync for PackIndexLookup
impl Unpin for PackIndexLookup
impl UnsafeUnpin for PackIndexLookup
impl UnwindSafe for PackIndexLookup
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