Struct gpgme::engine::EngineInfo[][src]

pub struct EngineInfo<'a>(_, _);

Methods

impl<'a> EngineInfo<'a>
[src]

Returns the Protocol implemented by the engine.

Trait Implementations

impl<'a> Copy for EngineInfo<'a>
[src]

impl<'a> Clone for EngineInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Send for EngineInfo<'a>
[src]

impl<'a> Sync for EngineInfo<'a>
[src]

impl<'a> Debug for EngineInfo<'a>
[src]

Formats the value using the given formatter. Read more