#[repr(transparent)]pub struct TarOpenMode(pub c_uchar);
Expand description
Tar archive open mode
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for TarOpenMode
impl Clone for TarOpenMode
Source§fn clone(&self) -> TarOpenMode
fn clone(&self) -> TarOpenMode
Returns a duplicate of the value. Read more
1.0.0 · 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 TarOpenMode
impl Debug for TarOpenMode
Source§impl Hash for TarOpenMode
impl Hash for TarOpenMode
Source§impl PartialEq for TarOpenMode
impl PartialEq for TarOpenMode
impl Copy for TarOpenMode
impl Eq for TarOpenMode
impl StructuralPartialEq for TarOpenMode
Auto Trait Implementations§
impl Freeze for TarOpenMode
impl RefUnwindSafe for TarOpenMode
impl Send for TarOpenMode
impl Sync for TarOpenMode
impl Unpin for TarOpenMode
impl UnwindSafe for TarOpenMode
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