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