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