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