Struct esp_idf_sys::protocomm_security_pop
source · [−]#[repr(C)]pub struct protocomm_security_pop {
pub data: *const u8,
pub len: u16,
}
Expand description
@brief Proof Of Possession for authenticating a secure session
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
sourceimpl Clone for protocomm_security_pop
impl Clone for protocomm_security_pop
sourcefn clone(&self) -> protocomm_security_pop
fn clone(&self) -> protocomm_security_pop
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for protocomm_security_pop
impl Debug for protocomm_security_pop
sourceimpl Default for protocomm_security_pop
impl Default for protocomm_security_pop
impl Copy for protocomm_security_pop
Auto Trait Implementations
impl RefUnwindSafe for protocomm_security_pop
impl !Send for protocomm_security_pop
impl !Sync for protocomm_security_pop
impl Unpin for protocomm_security_pop
impl UnwindSafe for protocomm_security_pop
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more