#[repr(C)]pub struct TVMFFIFunctionCell {
pub safe_call: TVMFFISafeCallType,
pub cxx_call: *mut c_void,
}
Expand description
Function cell
Fields§
§safe_call: TVMFFISafeCallType
A C API compatible call with exception catching.
cxx_call: *mut c_void
Trait Implementations§
impl Send for TVMFFIFunctionCell
impl Sync for TVMFFIFunctionCell
Auto Trait Implementations§
impl Freeze for TVMFFIFunctionCell
impl RefUnwindSafe for TVMFFIFunctionCell
impl Unpin for TVMFFIFunctionCell
impl UnwindSafe for TVMFFIFunctionCell
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