Struct gpgme_sys::_gpgme_key

source ·
#[repr(C)]
pub struct _gpgme_key { pub bitfield: u32, pub protocol: gpgme_protocol_t, pub issuer_serial: *mut c_char, pub issuer_name: *mut c_char, pub chain_id: *mut c_char, pub owner_trust: gpgme_validity_t, pub subkeys: gpgme_subkey_t, pub uids: gpgme_user_id_t, pub keylist_mode: gpgme_keylist_mode_t, pub fpr: *mut c_char, pub last_update: c_ulong, /* private fields */ }

Fields

bitfield: u32protocol: gpgme_protocol_tissuer_serial: *mut c_charissuer_name: *mut c_charchain_id: *mut c_charowner_trust: gpgme_validity_tsubkeys: gpgme_subkey_tuids: gpgme_user_id_tkeylist_mode: gpgme_keylist_mode_tfpr: *mut c_charlast_update: c_ulong

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.