Struct libc::tls12_crypto_info_aes_gcm_256
source · [−]#[repr(C)]pub struct tls12_crypto_info_aes_gcm_256 {
pub info: tls_crypto_info,
pub iv: [c_uchar; 8],
pub key: [c_uchar; 32],
pub salt: [c_uchar; 4],
pub rec_seq: [c_uchar; 8],
}Fields
info: tls_crypto_infoiv: [c_uchar; 8]key: [c_uchar; 32]salt: [c_uchar; 4]rec_seq: [c_uchar; 8]Trait Implementations
sourceimpl Clone for tls12_crypto_info_aes_gcm_256
impl Clone for tls12_crypto_info_aes_gcm_256
sourcefn clone(&self) -> tls12_crypto_info_aes_gcm_256
fn clone(&self) -> tls12_crypto_info_aes_gcm_256
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_aes_gcm_256
Auto Trait Implementations
impl RefUnwindSafe for tls12_crypto_info_aes_gcm_256
impl Send for tls12_crypto_info_aes_gcm_256
impl Sync for tls12_crypto_info_aes_gcm_256
impl Unpin for tls12_crypto_info_aes_gcm_256
impl UnwindSafe for tls12_crypto_info_aes_gcm_256
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