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
parent_object: GObject
disposition: *mut c_char
params: *mut GMimeParamList
changed: gpointer
Trait Implementations
impl Copy for GMimeContentDisposition
[src]
impl Copy for GMimeContentDisposition
impl Clone for GMimeContentDisposition
[src]
impl Clone for GMimeContentDisposition
fn clone(&self) -> GMimeContentDisposition
[src]
fn clone(&self) -> GMimeContentDisposition
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GMimeContentDisposition
[src]
impl Debug for GMimeContentDisposition
Auto Trait Implementations
impl !Send for GMimeContentDisposition
impl !Send for GMimeContentDisposition
impl !Sync for GMimeContentDisposition
impl !Sync for GMimeContentDisposition