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 GMimeSignature
impl Clone for GMimeSignature
[src]
impl Clone for GMimeSignature
fn clone(&self) -> GMimeSignature
[src]
fn clone(&self) -> GMimeSignature
Returns 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 GMimeSignature
Auto Trait Implementations
impl !Send for GMimeSignature
impl !Send for GMimeSignature
impl !Sync for GMimeSignature
impl !Sync for GMimeSignature