Struct gmime_sys::GMimePartClass[][src]

#[repr(C)]
pub struct GMimePartClass { pub parent_class: GMimeObjectClass, pub set_content: Option<unsafe extern "C" fn(_: *mut GMimePart, _: *mut GMimeDataWrapper)>, }

Fields

Trait Implementations

impl Copy for GMimePartClass
[src]

impl Clone for GMimePartClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimePartClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimePartClass

impl !Sync for GMimePartClass