Struct mbedtls_sys::pk_debug_item
[−]
[src]
#[repr(C)]pub struct pk_debug_item { pub type_: pk_debug_type, pub name: *const c_char, pub value: *mut c_void, }
Fields
type_: pk_debug_type
name: *const c_char
value: *mut c_void
Trait Implementations
impl Copy for pk_debug_item[src]
impl Clone for pk_debug_item[src]
fn clone(&self) -> pk_debug_item
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more