Struct tokio_tar::GnuSparseHeader
source · #[repr(C)]pub struct GnuSparseHeader {
pub offset: [u8; 12],
pub numbytes: [u8; 12],
}
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§
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