Enum cryptsetup::Type [] [src]

pub enum Type {
    Plain,
    Luks1,
    LoopAES,
    Verity,
    TCrypt,
}

Variants

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter.