Struct tar::GnuSparseHeader
source · [−]Expand description
Description of the header of a spare entry.
Specifies the offset/number of bytes of a chunk of data in octal.
Fields
offset: [u8; 12]
numbytes: [u8; 12]
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GnuSparseHeader
impl Send for GnuSparseHeader
impl Sync for GnuSparseHeader
impl Unpin for GnuSparseHeader
impl UnwindSafe for GnuSparseHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more