#[repr(C)]pub struct tar_header { /* private fields */ }
Auto Trait Implementations§
impl Freeze for tar_header
impl RefUnwindSafe for tar_header
impl !Send for tar_header
impl !Sync for tar_header
impl Unpin for tar_header
impl UnwindSafe for tar_header
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