#[repr(C)]pub struct PluginResultC {
pub ok: bool,
pub error: [u8; 256],
}Fields§
§ok: bool§error: [u8; 256]Implementations§
Auto Trait Implementations§
impl Freeze for PluginResultC
impl RefUnwindSafe for PluginResultC
impl Send for PluginResultC
impl Sync for PluginResultC
impl Unpin for PluginResultC
impl UnsafeUnpin for PluginResultC
impl UnwindSafe for PluginResultC
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