Struct gpgme_sys::_gpgme_recipient [] [src]

pub struct _gpgme_recipient {
    pub next: gpgme_recipient_t,
    pub keyid: *mut c_char,
    pub pubkey_algo: gpgme_pubkey_algo_t,
    pub status: gpgme_error_t,
    // some fields omitted
}

Fields

next
keyid
pubkey_algo
status

Trait Implementations

Derived Implementations

impl Clone for _gpgme_recipient

fn clone(&self) -> _gpgme_recipient

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