Struct gmime_sys::GMimeContentDisposition[][src]

#[repr(C)]
pub struct GMimeContentDisposition { pub parent_object: GObject, pub disposition: *mut c_char, pub params: *mut GMimeParamList, pub changed: gpointer, }

Fields

Trait Implementations

impl Copy for GMimeContentDisposition
[src]

impl Clone for GMimeContentDisposition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeContentDisposition
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeContentDisposition

impl !Sync for GMimeContentDisposition