Struct gpgme::ops::KeyGenerateResult
[−]
[src]
pub struct KeyGenerateResult {
// some fields omitted
}pub struct KeyGenerateResult {
// some fields omitted
}impl KeyGenerateResultimpl Drop for KeyGenerateResultfn drop(&mut self)impl Clone for KeyGenerateResultfn clone(&self) -> KeyGenerateResultfn clone_from(&mut self, source: &Self)impl Wrapper for KeyGenerateResulttype Raw = gpgme_genkey_result_tunsafe fn from_raw(raw: gpgme_genkey_result_t) -> KeyGenerateResultfn as_raw(&self) -> gpgme_genkey_result_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl OpResult for KeyGenerateResultfn from_context(ctx: &Context) -> Option<KeyGenerateResult>impl Debug for KeyGenerateResult