Enum Mode
openssl::crypto::symm
pub enum Mode { Encrypt, Decrypt, }
Encrypt
Decrypt
impl Copy for Mode
impl Clone for Mode
fn clone(&self) -> Mode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for Mode
impl Sync for Mode