Struct gpgme::data::Type [] [src]

pub struct Type(_);

Methods

impl Type

unsafe fn from_raw(raw: gpgme_data_type_t) -> Type

fn raw(&self) -> gpgme_data_type_t

Trait Implementations

impl Debug for Type

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

Derived Implementations

impl Hash for Type

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 Type

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

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

impl Eq for Type

impl Clone for Type

fn clone(&self) -> Type

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

impl Copy for Type