#[repr(C)]pub struct GMimeObject {
pub parent_object: GObject,
pub disposition: *mut GMimeContentDisposition,
pub content_type: *mut GMimeContentType,
pub headers: *mut GMimeHeaderList,
pub content_id: *mut c_char,
pub ensure_newline: gboolean,
}Fields§
§parent_object: GObject§disposition: *mut GMimeContentDisposition§content_type: *mut GMimeContentType§headers: *mut GMimeHeaderList§content_id: *mut c_char§ensure_newline: gbooleanTrait Implementations§
Source§impl Clone for GMimeObject
impl Clone for GMimeObject
Source§fn clone(&self) -> GMimeObject
fn clone(&self) -> GMimeObject
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 GMimeObject
impl Debug for GMimeObject
impl Copy for GMimeObject
Auto Trait Implementations§
impl Freeze for GMimeObject
impl RefUnwindSafe for GMimeObject
impl !Send for GMimeObject
impl !Sync for GMimeObject
impl Unpin for GMimeObject
impl UnwindSafe for GMimeObject
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