#[repr(C)]pub struct psa_tls12_prf_key_derivation_s {Show 13 fields
    pub private_left_in_block: u8,
    pub private_block_number: u8,
    pub private_state: u32,
    pub private_secret: *mut u8,
    pub private_secret_length: usize,
    pub private_seed: *mut u8,
    pub private_seed_length: usize,
    pub private_label: *mut u8,
    pub private_label_length: usize,
    pub private_other_secret: *mut u8,
    pub private_other_secret_length: usize,
    pub private_Ai: [u8; 64],
    pub private_output_block: [u8; 64],
}Fields§
§private_left_in_block: u8§private_block_number: u8§private_state: u32§private_secret: *mut u8§private_secret_length: usize§private_seed: *mut u8§private_seed_length: usize§private_label: *mut u8§private_label_length: usize§private_other_secret: *mut u8§private_other_secret_length: usize§private_Ai: [u8; 64]§private_output_block: [u8; 64]Trait Implementations§
Source§impl Clone for psa_tls12_prf_key_derivation_s
 
impl Clone for psa_tls12_prf_key_derivation_s
Source§fn clone(&self) -> psa_tls12_prf_key_derivation_s
 
fn clone(&self) -> psa_tls12_prf_key_derivation_s
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 psa_tls12_prf_key_derivation_s
 
impl Debug for psa_tls12_prf_key_derivation_s
Source§impl Default for psa_tls12_prf_key_derivation_s
 
impl Default for psa_tls12_prf_key_derivation_s
Source§fn default() -> psa_tls12_prf_key_derivation_s
 
fn default() -> psa_tls12_prf_key_derivation_s
Returns the “default value” for a type. Read more
impl Copy for psa_tls12_prf_key_derivation_s
Auto Trait Implementations§
impl Freeze for psa_tls12_prf_key_derivation_s
impl RefUnwindSafe for psa_tls12_prf_key_derivation_s
impl !Send for psa_tls12_prf_key_derivation_s
impl !Sync for psa_tls12_prf_key_derivation_s
impl Unpin for psa_tls12_prf_key_derivation_s
impl UnwindSafe for psa_tls12_prf_key_derivation_s
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)