Struct gmime_sys::GMimeAutocryptHeader[][src]

#[repr(C)]
pub struct GMimeAutocryptHeader { pub parent_object: GObject, pub address: *mut InternetAddressMailbox, pub prefer_encrypt: GMimeAutocryptPreferEncrypt, pub keydata: *mut GBytes, pub effective_date: *mut GDateTime, }

Fields

Trait Implementations

impl Copy for GMimeAutocryptHeader
[src]

impl Clone for GMimeAutocryptHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeAutocryptHeader
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeAutocryptHeader

impl !Sync for GMimeAutocryptHeader