#[repr(C)]pub struct tls12_crypto_info_chacha20_poly1305 {
    pub info: tls_crypto_info,
    pub iv: [c_uchar; 12],
    pub key: [c_uchar; 32],
    pub salt: [c_uchar; 0],
    pub rec_seq: [c_uchar; 8],
}Fields§
§info: tls_crypto_info§iv: [c_uchar; 12]§key: [c_uchar; 32]§salt: [c_uchar; 0]§rec_seq: [c_uchar; 8]Trait Implementations§
Source§impl Clone for tls12_crypto_info_chacha20_poly1305
 
impl Clone for tls12_crypto_info_chacha20_poly1305
Source§fn clone(&self) -> tls12_crypto_info_chacha20_poly1305
 
fn clone(&self) -> tls12_crypto_info_chacha20_poly1305
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for tls12_crypto_info_chacha20_poly1305
Auto Trait Implementations§
impl Freeze for tls12_crypto_info_chacha20_poly1305
impl RefUnwindSafe for tls12_crypto_info_chacha20_poly1305
impl Send for tls12_crypto_info_chacha20_poly1305
impl Sync for tls12_crypto_info_chacha20_poly1305
impl Unpin for tls12_crypto_info_chacha20_poly1305
impl UnwindSafe for tls12_crypto_info_chacha20_poly1305
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more