Struct tls12_crypto_info_aes_gcm_256

#[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_info
iv: [c_uchar; 8]
key: [c_uchar; 32]
salt: [c_uchar; 4]
rec_seq: [c_uchar; 8]

Trait Implementations

impl Clone for tls12_crypto_info_aes_gcm_256

fn clone(&self) -> tls12_crypto_info_aes_gcm_256

impl Copy for tls12_crypto_info_aes_gcm_256

impl Debug for tls12_crypto_info_aes_gcm_256

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for tls12_crypto_info_aes_gcm_256

impl Hash for tls12_crypto_info_aes_gcm_256

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for tls12_crypto_info_aes_gcm_256

fn eq(&self, other: &tls12_crypto_info_aes_gcm_256) -> bool

impl StructuralPartialEq for tls12_crypto_info_aes_gcm_256

Auto Trait Implementations

impl Freeze for tls12_crypto_info_aes_gcm_256

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 UnsafeUnpin for tls12_crypto_info_aes_gcm_256

impl UnwindSafe for tls12_crypto_info_aes_gcm_256

Blanket Implementations

impl<T> Any for tls12_crypto_info_aes_gcm_256 where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for tls12_crypto_info_aes_gcm_256 where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for tls12_crypto_info_aes_gcm_256 where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for tls12_crypto_info_aes_gcm_256 where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for tls12_crypto_info_aes_gcm_256

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for tls12_crypto_info_aes_gcm_256 where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for tls12_crypto_info_aes_gcm_256 where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for tls12_crypto_info_aes_gcm_256 where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>