Struct gpgme_sys::_gpgme_recipient[][src]

#[repr(C)]
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

Trait Implementations

impl Copy for _gpgme_recipient
[src]

impl Clone for _gpgme_recipient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations