Struct gmime_sys::GMimeStream [−][src]
#[repr(C)]pub struct GMimeStream { pub parent_object: GObject, pub super_stream: *mut GMimeStream, pub position: i64, pub bound_start: i64, pub bound_end: i64, }
Fields
parent_object: GObject
super_stream: *mut GMimeStream
position: i64
bound_start: i64
bound_end: i64
Trait Implementations
impl Copy for GMimeStream[src]
impl Copy for GMimeStreamimpl Clone for GMimeStream[src]
impl Clone for GMimeStreamfn clone(&self) -> GMimeStream[src]
fn clone(&self) -> GMimeStreamReturns 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 GMimeStream[src]
impl Debug for GMimeStreamAuto Trait Implementations
impl !Send for GMimeStream
impl !Send for GMimeStreamimpl !Sync for GMimeStream
impl !Sync for GMimeStream