Enum ar::Variant
[−]
[src]
pub enum Variant {
Common,
BSD,
GNU,
}Variants of the Unix archive format.
Variants
CommonUsed by Debian package files; allows only short filenames.
BSDUsed by BSD ar (and OS X); backwards-compatible with common variant.
GNUUsed by GNU ar (and Windows); incompatible with common variant.
Trait Implementations
impl Clone for Variant[src]
fn clone(&self) -> Variant[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more