Struct gpgme_sys::_gpgme_user_id [] [src]

#[repr(C)]
pub struct _gpgme_user_id { pub next: gpgme_user_id_t, pub bitfield: u32, pub validity: gpgme_validity_t, pub uid: *mut c_char, pub name: *mut c_char, pub email: *mut c_char, pub comment: *mut c_char, pub signatures: gpgme_key_sig_t, pub address: *mut c_char, pub tofu: gpgme_tofu_info_t, pub last_update: c_ulong, // some fields omitted }

Fields

Methods

impl _gpgme_user_id
[src]

Trait Implementations

impl Copy for _gpgme_user_id
[src]

impl Clone for _gpgme_user_id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more