Struct gpgme_sys::_gpgme_invalid_key [] [src]

pub struct _gpgme_invalid_key {
    pub next: gpgme_invalid_key_t,
    pub fpr: *mut c_char,
    pub reason: gpgme_error_t,
}

Fields

next
fpr
reason

Trait Implementations

Derived Implementations

impl Clone for _gpgme_invalid_key

fn clone(&self) -> _gpgme_invalid_key

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