#[repr(C)]pub struct FfiResultArray {
pub ptr: *mut FfiCheckResult,
pub len: usize,
}Expand description
FFI-safe version of the check result array
Fields§
§ptr: *mut FfiCheckResultPointer to data
len: usizeSize of data
Auto Trait Implementations§
impl !Send for FfiResultArray
impl !Sync for FfiResultArray
impl Freeze for FfiResultArray
impl RefUnwindSafe for FfiResultArray
impl Unpin for FfiResultArray
impl UnsafeUnpin for FfiResultArray
impl UnwindSafe for FfiResultArray
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