Struct gmime_sys::GMimeMessagePart[][src]

#[repr(C)]
pub struct GMimeMessagePart { pub parent_object: GMimeObject, pub message: *mut GMimeMessage, }

Fields

Trait Implementations

impl Copy for GMimeMessagePart
[src]

impl Clone for GMimeMessagePart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeMessagePart
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeMessagePart

impl !Sync for GMimeMessagePart