Struct crypto::chacha20poly1305::ChaCha20Poly1305
[−]
[src]
pub struct ChaCha20Poly1305 { /* fields omitted */ }
Methods
impl ChaCha20Poly1305
[src]
Trait Implementations
impl Clone for ChaCha20Poly1305
[src]
fn clone(&self) -> ChaCha20Poly1305
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more