Struct gpgme::ops::PkaTrust [] [src]

pub struct PkaTrust(_);

Methods

impl PkaTrust

unsafe fn from_raw(raw: c_uint) -> PkaTrust

fn raw(&self) -> c_uint

Trait Implementations

impl Debug for PkaTrust

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Hash for PkaTrust

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for PkaTrust

fn eq(&self, __arg_0: &PkaTrust) -> bool

fn ne(&self, __arg_0: &PkaTrust) -> bool

impl Eq for PkaTrust

impl Clone for PkaTrust

fn clone(&self) -> PkaTrust

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for PkaTrust