#[repr(C)]pub struct GMimeContentType {
pub parent_object: GObject,
pub type_: *mut c_char,
pub subtype: *mut c_char,
pub params: *mut GMimeParamList,
pub changed: gpointer,
}Fields§
§parent_object: GObject§type_: *mut c_char§subtype: *mut c_char§params: *mut GMimeParamList§changed: gpointerTrait Implementations§
Source§impl Clone for GMimeContentType
impl Clone for GMimeContentType
Source§fn clone(&self) -> GMimeContentType
fn clone(&self) -> GMimeContentType
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 GMimeContentType
impl Debug for GMimeContentType
impl Copy for GMimeContentType
Auto Trait Implementations§
impl Freeze for GMimeContentType
impl RefUnwindSafe for GMimeContentType
impl !Send for GMimeContentType
impl !Sync for GMimeContentType
impl Unpin for GMimeContentType
impl UnwindSafe for GMimeContentType
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