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