#[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: gpointerTrait Implementations§
Source§impl Clone for GMimeContentDisposition
impl Clone for GMimeContentDisposition
Source§fn clone(&self) -> GMimeContentDisposition
fn clone(&self) -> GMimeContentDisposition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GMimeContentDisposition
impl Debug for GMimeContentDisposition
impl Copy for GMimeContentDisposition
Auto Trait Implementations§
impl Freeze for GMimeContentDisposition
impl RefUnwindSafe for GMimeContentDisposition
impl !Send for GMimeContentDisposition
impl !Sync for GMimeContentDisposition
impl Unpin for GMimeContentDisposition
impl UnwindSafe for GMimeContentDisposition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more