#[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 copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes