Struct mbedtls_sys::net_context
[−]
[src]
#[repr(C)]pub struct net_context { pub fd: c_int, }
Fields
fd: c_int
Trait Implementations
impl Copy for net_context[src]
impl Clone for net_context[src]
fn clone(&self) -> net_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