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 EVP_PKEY_ASN1_METHOD, pub engine: *mut ENGINE, pub pkey: *mut c_void, pub save_parameters: c_int, pub attributes: *mut stack_st_X509_ATTRIBUTE, }

Fields

type_: c_intsave_type: c_intreferences: c_intameth: *const EVP_PKEY_ASN1_METHODengine: *mut ENGINEpkey: *mut c_voidsave_parameters: c_intattributes: *mut stack_st_X509_ATTRIBUTE

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.