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
parent_object: GObject
status: GMimeSignatureStatus
cert: *mut GMimeCertificate
created: c_long
expires: c_long
Trait Implementations
impl Copy for GMimeSignature[src]
impl Copy for GMimeSignatureimpl Clone for GMimeSignature[src]
impl Clone for GMimeSignaturefn clone(&self) -> GMimeSignature[src]
fn clone(&self) -> GMimeSignatureReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GMimeSignature[src]
impl Debug for GMimeSignatureAuto Trait Implementations
impl !Send for GMimeSignature
impl !Send for GMimeSignatureimpl !Sync for GMimeSignature
impl !Sync for GMimeSignature