Struct openssl_sys::GENERAL_NAME[][src]

#[repr(C)]
pub struct GENERAL_NAME { pub type_: c_int, pub d: *mut c_void, }

Fields

Trait Implementations

impl Copy for GENERAL_NAME
[src]

impl Clone for GENERAL_NAME
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for GENERAL_NAME

impl !Sync for GENERAL_NAME