Struct gpgme_sys::_gpgme_op_decrypt_result [] [src]

pub struct _gpgme_op_decrypt_result {
    pub unsupported_algorithm: *mut c_char,
    pub bitfield: u32,
    pub recipients: gpgme_recipient_t,
    pub file_name: *mut c_char,
}

Fields

unsupported_algorithm
bitfield
recipients
file_name

Methods

impl _gpgme_op_decrypt_result

fn wrong_key_usage(&self) -> bool

Trait Implementations

Derived Implementations

impl Clone for _gpgme_op_decrypt_result

fn clone(&self) -> _gpgme_op_decrypt_result

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