Struct gpgme::ops::NewSignature
[−]
[src]
pub struct NewSignature<'a> {
// some fields omitted
}pub struct NewSignature<'a> {
// some fields omitted
}impl<'a> NewSignature<'a>unsafe fn from_raw<'b>(raw: gpgme_new_signature_t) -> NewSignature<'b>fn raw(&self) -> gpgme_new_signature_timpl<'a> NewSignature<'a>fn fingerprint(&self) -> StrResult<'a>fn kind(&self) -> SignModefn class(&self) -> u32fn timestamp(&self) -> i64fn key_algorithm(&self) -> KeyAlgorithmfn hash_algorithm(&self) -> HashAlgorithmimpl<'a> Clone for NewSignature<'a>fn clone(&self) -> NewSignature<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for NewSignature<'a>impl<'a> Debug for NewSignature<'a>