Struct crypto::aesni::AesNiEncryptor [−][src]
pub struct AesNiEncryptor { /* fields omitted */ }Methods
impl AesNiEncryptor[src]
impl AesNiEncryptorTrait Implementations
impl Copy for AesNiEncryptor[src]
impl Copy for AesNiEncryptorimpl Clone for AesNiEncryptor[src]
impl Clone for AesNiEncryptorfn clone(&self) -> AesNiEncryptor[src]
fn clone(&self) -> AesNiEncryptorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl BlockEncryptor for AesNiEncryptor[src]
impl BlockEncryptor for AesNiEncryptorAuto Trait Implementations
impl Send for AesNiEncryptor
impl Send for AesNiEncryptorimpl Sync for AesNiEncryptor
impl Sync for AesNiEncryptor