#[repr(C)]pub struct GMimePartClass {
pub parent_class: GMimeObjectClass,
pub set_content: Option<unsafe extern "C" fn(*mut GMimePart, *mut GMimeDataWrapper)>,
}Fields§
§parent_class: GMimeObjectClass§set_content: Option<unsafe extern "C" fn(*mut GMimePart, *mut GMimeDataWrapper)>Trait Implementations§
Source§impl Clone for GMimePartClass
impl Clone for GMimePartClass
Source§fn clone(&self) -> GMimePartClass
fn clone(&self) -> GMimePartClass
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 GMimePartClass
impl Debug for GMimePartClass
impl Copy for GMimePartClass
Auto Trait Implementations§
impl Freeze for GMimePartClass
impl RefUnwindSafe for GMimePartClass
impl !Send for GMimePartClass
impl !Sync for GMimePartClass
impl Unpin for GMimePartClass
impl UnwindSafe for GMimePartClass
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