#[repr(C)]pub struct tm_runtime_data_io_i {
pub load: Option<unsafe extern "C" fn(*mut c_void, *mut tm_the_truth_o, tm_tt_id_t, *mut c_void) -> bool>,
pub unload: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
}Fields§
§load: Option<unsafe extern "C" fn(*mut c_void, *mut tm_the_truth_o, tm_tt_id_t, *mut c_void) -> bool>§unload: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>Trait Implementations§
Source§impl Clone for tm_runtime_data_io_i
impl Clone for tm_runtime_data_io_i
Source§fn clone(&self) -> tm_runtime_data_io_i
fn clone(&self) -> tm_runtime_data_io_i
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tm_runtime_data_io_i
Auto Trait Implementations§
impl Freeze for tm_runtime_data_io_i
impl RefUnwindSafe for tm_runtime_data_io_i
impl Send for tm_runtime_data_io_i
impl Sync for tm_runtime_data_io_i
impl Unpin for tm_runtime_data_io_i
impl UnwindSafe for tm_runtime_data_io_i
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