Struct gmime_sys::GMimeStreamCat [−][src]
#[repr(C)]pub struct GMimeStreamCat { pub parent_object: GMimeStream, pub sources: *mut _cat_node, pub current: *mut _cat_node, }
Fields
parent_object: GMimeStream
sources: *mut _cat_node
current: *mut _cat_node
Trait Implementations
impl Copy for GMimeStreamCat[src]
impl Copy for GMimeStreamCatimpl Clone for GMimeStreamCat[src]
impl Clone for GMimeStreamCatfn clone(&self) -> GMimeStreamCat[src]
fn clone(&self) -> GMimeStreamCatReturns 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 GMimeStreamCat[src]
impl Debug for GMimeStreamCatAuto Trait Implementations
impl !Send for GMimeStreamCat
impl !Send for GMimeStreamCatimpl !Sync for GMimeStreamCat
impl !Sync for GMimeStreamCat