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

pub enum Type {
    AES_128_ECB,
    AES_128_CBC,
    AES_128_CFB1,
    AES_128_CFB128,
    AES_128_CFB8,
    AES_256_ECB,
    AES_256_CBC,
    AES_256_CFB1,
    AES_256_CFB128,
    AES_256_CFB8,
    DES_CBC,
    DES_ECB,
    RC4_128,
}

Variants

Trait Implementations

impl Copy for Type
[src]

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Type

impl Sync for Type