Struct gpgme_sys::_gpgme_key_sig[][src]

#[repr(C)]
pub struct _gpgme_key_sig { pub next: gpgme_key_sig_t, pub bitfield: u32, pub pubkey_algo: gpgme_pubkey_algo_t, pub keyid: *mut c_char, pub timestamp: c_long, pub expires: c_long, pub status: gpgme_error_t, pub uid: *mut c_char, pub name: *mut c_char, pub email: *mut c_char, pub comment: *mut c_char, pub sig_class: c_uint, pub notations: gpgme_sig_notation_t, // some fields omitted }

Fields

Methods

impl _gpgme_key_sig
[src]

Trait Implementations

impl Copy for _gpgme_key_sig
[src]

impl Clone for _gpgme_key_sig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations