Struct libc::tls12_crypto_info_aes_gcm_128
source · #[repr(C)]pub struct tls12_crypto_info_aes_gcm_128 {
pub info: tls_crypto_info,
pub iv: [c_uchar; 8],
pub key: [c_uchar; 16],
pub salt: [c_uchar; 4],
pub rec_seq: [c_uchar; 8],
}
Fields§
§info: tls_crypto_info
§iv: [c_uchar; 8]
§key: [c_uchar; 16]
§salt: [c_uchar; 4]
§rec_seq: [c_uchar; 8]
Trait Implementations§
source§impl Clone for tls12_crypto_info_aes_gcm_128
impl Clone for tls12_crypto_info_aes_gcm_128
source§fn clone(&self) -> tls12_crypto_info_aes_gcm_128
fn clone(&self) -> tls12_crypto_info_aes_gcm_128
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_aes_gcm_128
Auto Trait Implementations§
impl Freeze for tls12_crypto_info_aes_gcm_128
impl RefUnwindSafe for tls12_crypto_info_aes_gcm_128
impl Send for tls12_crypto_info_aes_gcm_128
impl Sync for tls12_crypto_info_aes_gcm_128
impl Unpin for tls12_crypto_info_aes_gcm_128
impl UnwindSafe for tls12_crypto_info_aes_gcm_128
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)