Enum ar::Variant [] [src]

pub enum Variant {
    Common,
    BSD,
    GNU,
}

Variants of the Unix archive format.

Variants

Used by Debian package files; allows only short filenames.

Used by BSD ar (and OS X); backwards-compatible with common variant.

Used by GNU ar (and Windows); incompatible with common variant.

Trait Implementations

impl Clone for Variant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Variant
[src]

impl Debug for Variant
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Variant
[src]

impl PartialEq for Variant
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Variant

impl Sync for Variant