Struct openssl_sys::GENERAL_NAME [] [src]

pub struct GENERAL_NAME {
    pub type_: c_int,
    pub d: *mut c_void,
}

Fields

type_
d

Trait Implementations

impl Copy for GENERAL_NAME

impl Clone for GENERAL_NAME

fn clone(&self) -> GENERAL_NAME

1.0.0fn clone_from(&mut self, source: &Self)