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
impl Clone for protocomm_security1_params
Source§fn clone(&self) -> protocomm_security1_params
fn clone(&self) -> protocomm_security1_params
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 more