Enum object::read::archive::ArchiveKind [−][src]
pub enum ArchiveKind {
Unknown,
Gnu,
Bsd,
Coff,
}
Expand description
The kind of archive format.
Variants
Unknown
There are no special files that indicate the archive format.
Gnu
The GNU (or System V) archive format.
Bsd
The BSD archive format.
Coff
The Windows COFF archive format.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArchiveKind
impl Send for ArchiveKind
impl Sync for ArchiveKind
impl Unpin for ArchiveKind
impl UnwindSafe for ArchiveKind
Blanket Implementations
Mutably borrows from an owned value. Read more