#[repr(C)]pub struct ResultFFI {
pub err_str: HeapString,
pub error_code: i32,
}Fields§
§err_str: HeapString§error_code: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResultFFI
impl RefUnwindSafe for ResultFFI
impl !Send for ResultFFI
impl !Sync for ResultFFI
impl Unpin for ResultFFI
impl UnwindSafe for ResultFFI
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