Struct gpgme::keys::HashAlgorithm
[−]
[src]
pub struct HashAlgorithm(_);
pub struct HashAlgorithm(_);
impl HashAlgorithmunsafe fn from_raw(raw: gpgme_hash_algo_t) -> HashAlgorithmfn raw(&self) -> gpgme_hash_algo_timpl HashAlgorithmimpl Debug for HashAlgorithmimpl Display for HashAlgorithmimpl Hash for HashAlgorithmfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for HashAlgorithmfn eq(&self, __arg_0: &HashAlgorithm) -> boolfn ne(&self, __arg_0: &HashAlgorithm) -> boolimpl Eq for HashAlgorithmimpl Clone for HashAlgorithmfn clone(&self) -> HashAlgorithmfn clone_from(&mut self, source: &Self)impl Copy for HashAlgorithm