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