esp_idf_sys

Type Alias psa_key_policy_t

Source
pub type psa_key_policy_t = psa_key_policy_s;

Aliased Type§

struct psa_key_policy_t {
    pub private_usage: u32,
    pub private_alg: u32,
    pub private_alg2: u32,
}

Fields§

§private_usage: u32§private_alg: u32§private_alg2: u32

Trait Implementations

Source§

impl Clone for psa_key_policy_s

Source§

fn clone(&self) -> psa_key_policy_s

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for psa_key_policy_s

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Default for psa_key_policy_s

Source§

fn default() -> psa_key_policy_s

Returns the “default value” for a type. Read more
Source§

impl Copy for psa_key_policy_s