Struct gmime_sys::GMimeFilterStrip [−][src]
#[repr(C)]pub struct GMimeFilterStrip { pub parent_object: GMimeFilter, pub lwsp: *mut c_void, }
Fields
parent_object: GMimeFilter
lwsp: *mut c_void
Trait Implementations
impl Copy for GMimeFilterStrip[src]
impl Copy for GMimeFilterStripimpl Clone for GMimeFilterStrip[src]
impl Clone for GMimeFilterStripfn clone(&self) -> GMimeFilterStrip[src]
fn clone(&self) -> GMimeFilterStripReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GMimeFilterStrip[src]
impl Debug for GMimeFilterStripAuto Trait Implementations
impl !Send for GMimeFilterStrip
impl !Send for GMimeFilterStripimpl !Sync for GMimeFilterStrip
impl !Sync for GMimeFilterStrip