Enum security_framework::os::macos::encrypt_transform::Mode [] [src]

pub enum Mode {
    None,
    Ecb,
    Cbc,
    Cfb,
    Ofb,
}

The cipher mode to use.

Only applies to AES encryption.

Variants

Trait Implementations

impl Debug for Mode
[src]

Formats the value using the given formatter.

impl Copy for Mode
[src]

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more