Struct janus_plugin_sys::janus_plugin_result [] [src]

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

Fields

Trait Implementations

impl Debug for janus_plugin_result
[src]

[src]

Formats the value using the given formatter.