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
parent_object: GMimeObject
encoding: GMimeContentEncoding
openpgp: GMimeOpenPGPData
content_description: *mut c_char
content_location: *mut c_char
content_md5: *mut c_char
content: *mut GMimeDataWrapper
Trait Implementations
impl Copy for GMimePart
[src]
impl Copy for GMimePart
impl Clone for GMimePart
[src]
impl Clone for GMimePart
fn clone(&self) -> GMimePart
[src]
fn clone(&self) -> GMimePart
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 GMimePart
[src]
impl Debug for GMimePart