Struct gmime_sys::GMimeOpenPGPMarker[][src]

#[repr(C)]
pub struct GMimeOpenPGPMarker { pub marker: *const c_char, pub len: size_t, pub before: GMimeOpenPGPState, pub after: GMimeOpenPGPState, pub is_end_marker: gboolean, }

Fields

Trait Implementations

impl Copy for GMimeOpenPGPMarker
[src]

impl Clone for GMimeOpenPGPMarker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeOpenPGPMarker
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeOpenPGPMarker

impl !Sync for GMimeOpenPGPMarker