Enum openssl::crypto::symm::Type
[−]
[src]
pub enum Type { AES_128_ECB, AES_128_CBC, AES_256_ECB, AES_256_CBC, RC4_128, }
Variants
AES_128_ECB | |
AES_128_CBC | |
AES_256_ECB | |
AES_256_CBC | |
RC4_128 |
pub enum Type { AES_128_ECB, AES_128_CBC, AES_256_ECB, AES_256_CBC, RC4_128, }
AES_128_ECB | |
AES_128_CBC | |
AES_256_ECB | |
AES_256_CBC | |
RC4_128 |
impl Clone for Type
fn clone(&self) -> Type
fn clone_from(&mut self, source: &Self)
impl Copy for Type
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).