Struct esp_idf_sys::psa_key_attributes_s
source · #[repr(C)]pub struct psa_key_attributes_s {
pub private_type: psa_key_type_t,
pub private_bits: psa_key_bits_t,
pub private_lifetime: psa_key_lifetime_t,
pub private_policy: psa_key_policy_t,
pub private_id: mbedtls_svc_key_id_t,
}
Fields§
§private_type: psa_key_type_t
§private_bits: psa_key_bits_t
§private_lifetime: psa_key_lifetime_t
§private_policy: psa_key_policy_t
§private_id: mbedtls_svc_key_id_t
Trait Implementations§
source§impl Clone for psa_key_attributes_s
impl Clone for psa_key_attributes_s
source§fn clone(&self) -> psa_key_attributes_s
fn clone(&self) -> psa_key_attributes_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_key_attributes_s
impl Debug for psa_key_attributes_s
source§impl Default for psa_key_attributes_s
impl Default for psa_key_attributes_s
source§fn default() -> psa_key_attributes_s
fn default() -> psa_key_attributes_s
Returns the “default value” for a type. Read more
impl Copy for psa_key_attributes_s
Auto Trait Implementations§
impl Freeze for psa_key_attributes_s
impl RefUnwindSafe for psa_key_attributes_s
impl Send for psa_key_attributes_s
impl Sync for psa_key_attributes_s
impl Unpin for psa_key_attributes_s
impl UnwindSafe for psa_key_attributes_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,
§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
)§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
)