#[repr(C)]pub struct GMimeFilterUnix2Dos {
pub parent_object: GMimeFilter,
pub ensure_newline: gboolean,
pub pc: c_char,
}Fields§
§parent_object: GMimeFilter§ensure_newline: gboolean§pc: c_charTrait Implementations§
Source§impl Clone for GMimeFilterUnix2Dos
impl Clone for GMimeFilterUnix2Dos
Source§fn clone(&self) -> GMimeFilterUnix2Dos
fn clone(&self) -> GMimeFilterUnix2Dos
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 GMimeFilterUnix2Dos
impl Debug for GMimeFilterUnix2Dos
impl Copy for GMimeFilterUnix2Dos
Auto Trait Implementations§
impl Freeze for GMimeFilterUnix2Dos
impl RefUnwindSafe for GMimeFilterUnix2Dos
impl !Send for GMimeFilterUnix2Dos
impl !Sync for GMimeFilterUnix2Dos
impl Unpin for GMimeFilterUnix2Dos
impl UnwindSafe for GMimeFilterUnix2Dos
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