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 GMimeStream
impl Clone for GMimeStream
[src]
impl Clone for GMimeStream
fn clone(&self) -> GMimeStream
[src]
fn clone(&self) -> GMimeStream
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 GMimeStream
[src]
impl Debug for GMimeStream
Auto Trait Implementations
impl !Send for GMimeStream
impl !Send for GMimeStream
impl !Sync for GMimeStream
impl !Sync for GMimeStream