Struct esp_idf_sys::psa_pake_cipher_suite_s
source · #[repr(C)]pub struct psa_pake_cipher_suite_s {
pub algorithm: psa_algorithm_t,
pub type_: psa_pake_primitive_type_t,
pub family: psa_pake_family_t,
pub bits: u16,
pub hash: psa_algorithm_t,
}
Fields§
§algorithm: psa_algorithm_t
§type_: psa_pake_primitive_type_t
§family: psa_pake_family_t
§bits: u16
§hash: psa_algorithm_t
Trait Implementations§
source§impl Clone for psa_pake_cipher_suite_s
impl Clone for psa_pake_cipher_suite_s
source§fn clone(&self) -> psa_pake_cipher_suite_s
fn clone(&self) -> psa_pake_cipher_suite_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_pake_cipher_suite_s
impl Debug for psa_pake_cipher_suite_s
source§impl Default for psa_pake_cipher_suite_s
impl Default for psa_pake_cipher_suite_s
source§fn default() -> psa_pake_cipher_suite_s
fn default() -> psa_pake_cipher_suite_s
Returns the “default value” for a type. Read more
impl Copy for psa_pake_cipher_suite_s
Auto Trait Implementations§
impl Freeze for psa_pake_cipher_suite_s
impl RefUnwindSafe for psa_pake_cipher_suite_s
impl Send for psa_pake_cipher_suite_s
impl Sync for psa_pake_cipher_suite_s
impl Unpin for psa_pake_cipher_suite_s
impl UnwindSafe for psa_pake_cipher_suite_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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
)