Struct gmime_sys::GMimeFilterOpenPGP [−][src]
#[repr(C)]pub struct GMimeFilterOpenPGP { pub parent_object: GMimeFilter, pub state: GMimeOpenPGPState, pub seen_end_marker: gboolean, pub midline: gboolean, pub begin_offset: i64, pub end_offset: i64, pub position: i64, pub next: c_uint, }
Fields
parent_object: GMimeFilter
state: GMimeOpenPGPState
seen_end_marker: gboolean
midline: gboolean
begin_offset: i64
end_offset: i64
position: i64
next: c_uint
Trait Implementations
impl Copy for GMimeFilterOpenPGP
[src]
impl Copy for GMimeFilterOpenPGP
impl Clone for GMimeFilterOpenPGP
[src]
impl Clone for GMimeFilterOpenPGP
fn clone(&self) -> GMimeFilterOpenPGP
[src]
fn clone(&self) -> GMimeFilterOpenPGP
Returns 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 GMimeFilterOpenPGP
[src]
impl Debug for GMimeFilterOpenPGP
Auto Trait Implementations
impl !Send for GMimeFilterOpenPGP
impl !Send for GMimeFilterOpenPGP
impl !Sync for GMimeFilterOpenPGP
impl !Sync for GMimeFilterOpenPGP