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

Trait Implementations

impl Copy for GMimeStreamCat
[src]

impl Clone for GMimeStreamCat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamCat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamCat

impl !Sync for GMimeStreamCat