Struct janus_plugin::RawPluginResult[][src]

#[repr(C)]
pub struct RawPluginResult { pub type_: janus_plugin_result_type, pub text: *const i8, pub content: *mut json_t, }

Fields

Trait Implementations

impl Debug for janus_plugin_result
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations