#[repr(C)]pub struct GMimePart {
pub parent_object: GMimeObject,
pub encoding: GMimeContentEncoding,
pub openpgp: GMimeOpenPGPData,
pub content_description: *mut c_char,
pub content_location: *mut c_char,
pub content_md5: *mut c_char,
pub content: *mut GMimeDataWrapper,
}Fields§
§parent_object: GMimeObject§encoding: GMimeContentEncoding§openpgp: GMimeOpenPGPData§content_description: *mut c_char§content_location: *mut c_char§content_md5: *mut c_char§content: *mut GMimeDataWrapperTrait Implementations§
Auto Trait Implementations§
impl Freeze for GMimePart
impl RefUnwindSafe for GMimePart
impl !Send for GMimePart
impl !Sync for GMimePart
impl Unpin for GMimePart
impl UnwindSafe for GMimePart
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