Enum gcrypt::cipher::Mode[][src]

pub enum Mode {
    Ecb,
    Cfb,
    Cbc,
    Stream,
    Ofb,
    Ctr,
    AesWrap,
    Ccm,
    Gcm,
    Poly1305,
    Ocb,
    Cfb8,
    Xts,
    Other(c_int),
}

Variants

Methods

impl Mode
[src]

impl Mode
[src]

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

impl Eq for Mode
[src]

impl PartialEq for Mode
[src]

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

This method tests for !=.

impl Hash for Mode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Mode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Mode

impl Sync for Mode