pub type esp_crypto_cipher_t = crypto_cipher;
Aliased Type§
struct esp_crypto_cipher_t { /* private fields */ }
Trait Implementations
Source§impl Clone for crypto_cipher
impl Clone for crypto_cipher
Source§fn clone(&self) -> crypto_cipher
fn clone(&self) -> crypto_cipher
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more