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

Trait Implementations

impl Copy for GMimeStream
[src]

impl Clone for GMimeStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStream

impl !Sync for GMimeStream