Struct gmime_sys::GMimeStreamNull[][src]

#[repr(C)]
pub struct GMimeStreamNull { pub parent_object: GMimeStream, pub written: size_t, pub newlines: size_t, pub count_newlines: gboolean, }

Fields

Trait Implementations

impl Copy for GMimeStreamNull
[src]

impl Clone for GMimeStreamNull
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamNull
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamNull

impl !Sync for GMimeStreamNull