Enum openssl::symm::Mode [−][src]
pub enum Mode {
Encrypt,
Decrypt,
}
Variants
Encrypt
Decrypt
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mode
impl UnwindSafe for Mode
Blanket Implementations
Mutably borrows from an owned value. Read more