Struct gmime_sys::GMimeStreamMem[][src]

#[repr(C)]
pub struct GMimeStreamMem { pub parent_object: GMimeStream, pub buffer: *mut GByteArray, pub owner: gboolean, }

Fields

Trait Implementations

impl Copy for GMimeStreamMem
[src]

impl Clone for GMimeStreamMem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamMem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamMem

impl !Sync for GMimeStreamMem