Struct mbedtls_sys::pem_context
[−]
[src]
#[repr(C)]pub struct pem_context { pub buf: *mut c_uchar, pub buflen: size_t, pub info: *mut c_uchar, }
Fields
buf: *mut c_uchar
buflen: size_t
info: *mut c_uchar
Trait Implementations
impl Copy for pem_context[src]
impl Clone for pem_context[src]
fn clone(&self) -> pem_context
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