Struct gmime_sys::GMimePart[][src]

#[repr(C)]
pub struct GMimePart { pub parent_object: GMimeObject, pub encoding: GMimeContentEncoding, pub openpgp: GMimeOpenPGPData, pub content_description: *mut c_char, pub content_location: *mut c_char, pub content_md5: *mut c_char, pub content: *mut GMimeDataWrapper, }

Fields

Trait Implementations

impl Copy for GMimePart
[src]

impl Clone for GMimePart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimePart
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimePart

impl !Sync for GMimePart