Struct openssl_sys::EVP_PKEY[][src]

#[repr(C)]
pub struct EVP_PKEY { pub type_: c_int, pub save_type: c_int, pub references: c_int, pub ameth: *const c_void, pub engine: *mut ENGINE, pub pkey: *mut c_void, pub save_parameters: c_int, pub attributes: *mut c_void, }

Fields

Auto Trait Implementations

impl !Send for EVP_PKEY

impl !Sync for EVP_PKEY