Struct gmime_sys::GMimeCertificate[][src]

#[repr(C)]
pub struct GMimeCertificate { pub parent_object: GObject, pub pubkey_algo: GMimePubKeyAlgo, pub digest_algo: GMimeDigestAlgo, pub trust: GMimeTrust, pub issuer_serial: *mut c_char, pub issuer_name: *mut c_char, pub fingerprint: *mut c_char, pub created: c_long, pub expires: c_long, pub keyid: *mut c_char, pub email: *mut c_char, pub name: *mut c_char, pub user_id: *mut c_char, pub id_validity: GMimeValidity, }

Fields

Trait Implementations

impl Copy for GMimeCertificate
[src]

impl Clone for GMimeCertificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeCertificate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeCertificate

impl !Sync for GMimeCertificate