Struct gpgme_sys::_gpgme_key[][src]

#[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, // some fields omitted }

Fields

Methods

impl _gpgme_key
[src]

Trait Implementations

impl Copy for _gpgme_key
[src]

impl Clone for _gpgme_key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _gpgme_key

impl !Sync for _gpgme_key