#[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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tls12_crypto_info_aes_gcm_128
impl Debug for tls12_crypto_info_aes_gcm_128
Source§impl Hash for tls12_crypto_info_aes_gcm_128
impl Hash for tls12_crypto_info_aes_gcm_128
Source§impl PartialEq for tls12_crypto_info_aes_gcm_128
impl PartialEq for tls12_crypto_info_aes_gcm_128
impl Copy for tls12_crypto_info_aes_gcm_128
impl Eq for tls12_crypto_info_aes_gcm_128
impl StructuralPartialEq 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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)