Trait gpgme::Wrapper
[−]
[src]
pub unsafe trait Wrapper {
type Raw: Copy;
unsafe fn from_raw(raw: Self::Raw) -> Self;
fn as_raw(&self) -> Self::Raw;
fn into_raw(self) -> Self::Raw where Self: Sized { ... }
}
Associated Types
Required Methods
Provided Methods
Implementors
impl Wrapper for Contextimpl<'a> Wrapper for Data<'a>impl Wrapper for Keyimpl Wrapper for TrustItemimpl Wrapper for KeyListResultimpl Wrapper for KeyGenerateResultimpl Wrapper for ImportResultimpl Wrapper for EncryptResultimpl Wrapper for DecryptResultimpl Wrapper for SignResultimpl Wrapper for VerifyResult