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
parent_object: GMimeStream
written: size_t
newlines: size_t
count_newlines: gboolean
Trait Implementations
impl Copy for GMimeStreamNull
[src]
impl Copy for GMimeStreamNull
impl Clone for GMimeStreamNull
[src]
impl Clone for GMimeStreamNull
fn clone(&self) -> GMimeStreamNull
[src]
fn clone(&self) -> GMimeStreamNull
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 GMimeStreamNull
[src]
impl Debug for GMimeStreamNull
Auto Trait Implementations
impl !Send for GMimeStreamNull
impl !Send for GMimeStreamNull
impl !Sync for GMimeStreamNull
impl !Sync for GMimeStreamNull