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

Trait Implementations

impl Copy for GMimeFilterOpenPGP
[src]

impl Clone for GMimeFilterOpenPGP
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeFilterOpenPGP
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeFilterOpenPGP

impl !Sync for GMimeFilterOpenPGP