Struct gmime_sys::GMimeDecryptResult [−][src]
#[repr(C)]pub struct GMimeDecryptResult { pub parent_object: GObject, pub recipients: *mut GMimeCertificateList, pub signatures: *mut GMimeSignatureList, pub cipher: GMimeCipherAlgo, pub mdc: GMimeDigestAlgo, pub session_key: *mut c_char, }
Fields
parent_object: GObject
recipients: *mut GMimeCertificateList
signatures: *mut GMimeSignatureList
cipher: GMimeCipherAlgo
mdc: GMimeDigestAlgo
session_key: *mut c_char
Trait Implementations
impl Copy for GMimeDecryptResult
[src]
impl Copy for GMimeDecryptResult
impl Clone for GMimeDecryptResult
[src]
impl Clone for GMimeDecryptResult
fn clone(&self) -> GMimeDecryptResult
[src]
fn clone(&self) -> GMimeDecryptResult
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 GMimeDecryptResult
[src]
impl Debug for GMimeDecryptResult
Auto Trait Implementations
impl !Send for GMimeDecryptResult
impl !Send for GMimeDecryptResult
impl !Sync for GMimeDecryptResult
impl !Sync for GMimeDecryptResult