Struct gmime_sys::GMimeCryptoContext [−][src]
#[repr(C)]pub struct GMimeCryptoContext { pub parent_object: GObject, pub request_passwd: GMimePasswordRequestFunc, }
Fields
parent_object: GObject
request_passwd: GMimePasswordRequestFunc
Trait Implementations
impl Copy for GMimeCryptoContext[src]
impl Copy for GMimeCryptoContextimpl Clone for GMimeCryptoContext[src]
impl Clone for GMimeCryptoContextfn clone(&self) -> GMimeCryptoContext[src]
fn clone(&self) -> GMimeCryptoContextReturns 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 GMimeCryptoContext[src]
impl Debug for GMimeCryptoContextAuto Trait Implementations
impl !Send for GMimeCryptoContext
impl !Send for GMimeCryptoContextimpl !Sync for GMimeCryptoContext
impl !Sync for GMimeCryptoContext