Struct gpgme_sys::_gpgme_new_signature [] [src]

#[repr(C)]
pub struct _gpgme_new_signature { pub next: gpgme_new_signature_t, pub sig_type: gpgme_sig_mode_t, pub pubkey_algo: gpgme_pubkey_algo_t, pub hash_algo: gpgme_hash_algo_t, pub timestamp: c_long, pub fpr: *mut c_char, pub sig_class: c_uint, // some fields omitted }

Fields

Trait Implementations

impl Copy for _gpgme_new_signature
[src]

impl Clone for _gpgme_new_signature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more