Enum shadowsocks::crypto::CryptoMode
[−]
[src]
pub enum CryptoMode {
Encrypt,
Decrypt,
}Crypto mode, encrypt or decrypt
Variants
EncryptDecryptTrait Implementations
impl Clone for CryptoMode[src]
fn clone(&self) -> CryptoMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more