Struct gpgme_sys::_gpgme_sig_notation [] [src]

pub struct _gpgme_sig_notation {
    pub next: gpgme_sig_notation_t,
    pub name: *mut c_char,
    pub value: *mut c_char,
    pub name_len: c_int,
    pub value_len: c_int,
    pub flags: gpgme_sig_notation_flags_t,
    pub bitfield: u32,
}

Fields

next
name
value
name_len
value_len
flags
bitfield

Methods

impl _gpgme_sig_notation

fn human_readable(&self) -> bool

fn critical(&self) -> bool

Trait Implementations

Derived Implementations

impl Clone for _gpgme_sig_notation

fn clone(&self) -> _gpgme_sig_notation

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