#[repr(C)]pub struct protocomm_security1_params {
    pub data: *const u8,
    pub len: u16,
}Expand description
@brief Protocomm Security 1 parameters: Proof Of Possession
Fields§
§data: *const u8Pointer to buffer containing the proof of possession data
len: u16Length (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 moreSource§impl Debug for protocomm_security1_params
 
impl Debug for protocomm_security1_params
Source§impl Default for protocomm_security1_params
 
impl Default for protocomm_security1_params
Source§fn default() -> protocomm_security1_params
 
fn default() -> protocomm_security1_params
Returns the “default value” for a type. Read more
impl Copy for protocomm_security1_params
Auto Trait Implementations§
impl Freeze for protocomm_security1_params
impl RefUnwindSafe for protocomm_security1_params
impl !Send for protocomm_security1_params
impl !Sync for protocomm_security1_params
impl Unpin for protocomm_security1_params
impl UnwindSafe for protocomm_security1_params
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,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)