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