Struct gpgme_sys::_gpgme_new_signature [] [src]

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

next
sig_type
pubkey_algo
hash_algo
timestamp
fpr
sig_class

Trait Implementations

Derived Implementations

impl Clone for _gpgme_new_signature

fn clone(&self) -> _gpgme_new_signature

1.0.0fn clone_from(&mut self, source: &Self)