Struct gmime_sys::GMimeDataWrapperClass[][src]

#[repr(C)]
pub struct GMimeDataWrapperClass { pub parent_class: GObjectClass, pub write_to_stream: Option<unsafe extern "C" fn(_: *mut GMimeDataWrapper, _: *mut GMimeStream) -> ssize_t>, }

Fields

Trait Implementations

impl Copy for GMimeDataWrapperClass
[src]

impl Clone for GMimeDataWrapperClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeDataWrapperClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeDataWrapperClass

impl !Sync for GMimeDataWrapperClass