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
marker: *const c_char
len: size_t
before: GMimeOpenPGPState
after: GMimeOpenPGPState
is_end_marker: gboolean
Trait Implementations
impl Copy for GMimeOpenPGPMarker[src]
impl Copy for GMimeOpenPGPMarkerimpl Clone for GMimeOpenPGPMarker[src]
impl Clone for GMimeOpenPGPMarkerfn clone(&self) -> GMimeOpenPGPMarker[src]
fn clone(&self) -> GMimeOpenPGPMarkerReturns 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 GMimeOpenPGPMarker[src]
impl Debug for GMimeOpenPGPMarkerAuto Trait Implementations
impl !Send for GMimeOpenPGPMarker
impl !Send for GMimeOpenPGPMarkerimpl !Sync for GMimeOpenPGPMarker
impl !Sync for GMimeOpenPGPMarker