esp_idf_sys

Type Alias protocomm_security1_params_t

Source
pub type protocomm_security1_params_t = protocomm_security1_params;
Expand description

@brief Protocomm Security 1 parameters: Proof Of Possession

Aliased Type§

struct protocomm_security1_params_t {
    pub data: *const u8,
    pub len: u16,
}

Fields§

§data: *const u8

Pointer to buffer containing the proof of possession data

§len: u16

Length (in bytes) of the proof of possession data

Trait Implementations

Source§

impl Clone for protocomm_security1_params

Source§

fn clone(&self) -> protocomm_security1_params

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 protocomm_security1_params

Source§

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

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

impl Default for protocomm_security1_params

Source§

fn default() -> Self

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

impl Copy for protocomm_security1_params