Struct gmime_sys::GMimeStreamIOVector[][src]

#[repr(C)]
pub struct GMimeStreamIOVector { pub data: *mut c_void, pub len: size_t, }

Fields

Trait Implementations

impl Copy for GMimeStreamIOVector
[src]

impl Clone for GMimeStreamIOVector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamIOVector
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamIOVector

impl !Sync for GMimeStreamIOVector