Struct gmime_sys::GMimeMessagePartial[][src]

#[repr(C)]
pub struct GMimeMessagePartial { pub parent_object: GMimePart, pub number: c_int, pub total: c_int, pub id: *mut c_char, }

Fields

Trait Implementations

impl Copy for GMimeMessagePartial
[src]

impl Clone for GMimeMessagePartial
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeMessagePartial
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeMessagePartial

impl !Sync for GMimeMessagePartial