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 GMimeOpenPGPMarker
impl Clone for GMimeOpenPGPMarker
[src]
impl Clone for GMimeOpenPGPMarker
fn clone(&self) -> GMimeOpenPGPMarker
[src]
fn clone(&self) -> GMimeOpenPGPMarker
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 GMimeOpenPGPMarker
[src]
impl Debug for GMimeOpenPGPMarker
Auto Trait Implementations
impl !Send for GMimeOpenPGPMarker
impl !Send for GMimeOpenPGPMarker
impl !Sync for GMimeOpenPGPMarker
impl !Sync for GMimeOpenPGPMarker