pub struct ProviderPackExtent {
pub output_offset: u64,
pub length: u64,
pub digest: [u8; 32],
pub objects: Vec<ProviderPackIndexEntry>,
}Fields§
§output_offset: u64§length: u64§digest: [u8; 32]§objects: Vec<ProviderPackIndexEntry>Trait Implementations§
Source§impl Clone for ProviderPackExtent
impl Clone for ProviderPackExtent
Source§fn clone(&self) -> ProviderPackExtent
fn clone(&self) -> ProviderPackExtent
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 ProviderPackExtent
impl Debug for ProviderPackExtent
impl Eq for ProviderPackExtent
Source§impl PartialEq for ProviderPackExtent
impl PartialEq for ProviderPackExtent
impl StructuralPartialEq for ProviderPackExtent
Auto Trait Implementations§
impl Freeze for ProviderPackExtent
impl RefUnwindSafe for ProviderPackExtent
impl Send for ProviderPackExtent
impl Sync for ProviderPackExtent
impl Unpin for ProviderPackExtent
impl UnsafeUnpin for ProviderPackExtent
impl UnwindSafe for ProviderPackExtent
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