Struct gmime_sys::GMimeDataWrapper[][src]

#[repr(C)]
pub struct GMimeDataWrapper { pub parent_object: GObject, pub encoding: GMimeContentEncoding, pub stream: *mut GMimeStream, }

Fields

Trait Implementations

impl Copy for GMimeDataWrapper
[src]

impl Clone for GMimeDataWrapper
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeDataWrapper
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeDataWrapper

impl !Sync for GMimeDataWrapper