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