Struct gpgme_sys::_gpgme_op_encrypt_result[][src]

#[repr(C)]
pub struct _gpgme_op_encrypt_result { pub invalid_recipients: gpgme_invalid_key_t, }

Fields

Trait Implementations

impl Copy for _gpgme_op_encrypt_result
[src]

impl Clone for _gpgme_op_encrypt_result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations