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
parent_object: GMimePart
number: c_int
total: c_int
id: *mut c_char
Trait Implementations
impl Copy for GMimeMessagePartial[src]
impl Copy for GMimeMessagePartialimpl Clone for GMimeMessagePartial[src]
impl Clone for GMimeMessagePartialfn clone(&self) -> GMimeMessagePartial[src]
fn clone(&self) -> GMimeMessagePartialReturns 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 GMimeMessagePartial[src]
impl Debug for GMimeMessagePartialAuto Trait Implementations
impl !Send for GMimeMessagePartial
impl !Send for GMimeMessagePartialimpl !Sync for GMimeMessagePartial
impl !Sync for GMimeMessagePartial