Struct libc::tls12_crypto_info_chacha20_poly1305
source · [−]#[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_infoiv: [c_uchar; 12]key: [c_uchar; 32]salt: [c_uchar; 0]rec_seq: [c_uchar; 8]Trait Implementations
sourceimpl Clone for tls12_crypto_info_chacha20_poly1305
impl Clone for tls12_crypto_info_chacha20_poly1305
sourcefn clone(&self) -> tls12_crypto_info_chacha20_poly1305
fn clone(&self) -> tls12_crypto_info_chacha20_poly1305
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for tls12_crypto_info_chacha20_poly1305
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more