Enum openssl::crypto::symm::Mode[][src]

pub enum Mode {
    Encrypt,
    Decrypt,
}

Variants

Trait Implementations

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

Auto Trait Implementations

impl Send for Mode

impl Sync for Mode