Enum object::read::archive::ArchiveKind [−][src]
pub enum ArchiveKind { Unknown, Gnu, Bsd, Coff, }
The kind of archive format.
Variants
There are no special files that indicate the archive format.
The GNU (or System V) archive format.
The BSD archive format.
The Windows COFF archive format.
Trait Implementations
impl Clone for ArchiveKind
[src]
impl Clone for ArchiveKind
[src]fn clone(&self) -> ArchiveKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for ArchiveKind
[src]
impl Hash for ArchiveKind
[src]impl PartialEq<ArchiveKind> for ArchiveKind
[src]
impl PartialEq<ArchiveKind> for ArchiveKind
[src]fn eq(&self, other: &ArchiveKind) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for ArchiveKind
[src]
impl Eq for ArchiveKind
[src]
impl StructuralEq for ArchiveKind
[src]
impl StructuralPartialEq for ArchiveKind
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.