#[repr(C)]pub struct RawPluginResult {
pub type_: janus_plugin_result_type,
pub text: *const i8,
pub content: *mut json_t,
}
Fields§
§type_: janus_plugin_result_type
§text: *const i8
§content: *mut json_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for janus_plugin_result
impl RefUnwindSafe for janus_plugin_result
impl !Send for janus_plugin_result
impl !Sync for janus_plugin_result
impl Unpin for janus_plugin_result
impl UnwindSafe for janus_plugin_result
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more