Struct gpgme_sys::_gpgme_sig_notation [] [src]

#[repr(C)]
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

Methods

impl _gpgme_sig_notation
[src]

Trait Implementations

impl Copy for _gpgme_sig_notation
[src]

impl Clone for _gpgme_sig_notation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more