Struct gmime_sys::GMimeSignature[][src]

#[repr(C)]
pub struct GMimeSignature { pub parent_object: GObject, pub status: GMimeSignatureStatus, pub cert: *mut GMimeCertificate, pub created: c_long, pub expires: c_long, }

Fields

Trait Implementations

impl Copy for GMimeSignature
[src]

impl Clone for GMimeSignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeSignature
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeSignature

impl !Sync for GMimeSignature