Struct gpgme::engine::EngineInfo
[−]
[src]
pub struct EngineInfo<'a, T: 'a> { // some fields omitted }
Methods
impl<'a, T> EngineInfo<'a, T>
unsafe fn from_raw<'b>(raw: gpgme_engine_info_t) -> EngineInfo<'b, T>
fn raw(&self) -> gpgme_engine_info_t
fn protocol(&self) -> Protocol
Returns the Protocol
implemented by the engine.