Struct openssl_sys::GENERAL_NAME
[−]
[src]
pub struct GENERAL_NAME { pub type_: c_int, pub d: *mut c_void, }
Fields
type_: c_int
d: *mut c_void
Trait Implementations
impl Copy for GENERAL_NAME
[src]
impl Clone for GENERAL_NAME
[src]
fn clone(&self) -> GENERAL_NAME
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