Enum xz2::stream::Check [] [src]

pub enum Check {
    None,
    Crc32,
    Crc64,
    Sha256,
}

Possible integrity checks that can be part of a .xz stream.

Variants

Methods

impl Check
[src]

Test if this check is supported in this build of liblzma.

Trait Implementations

impl Copy for Check
[src]

impl Clone for Check
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more