#[repr(C)]pub struct tm_unit_test_runner_i {
pub inst: *mut tm_unit_test_runner_o,
pub test_file: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, *const i8) -> bool>,
pub test_custom: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, *const i8) -> bool>,
pub test_disk: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o) -> bool>,
pub test_network: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o) -> bool>,
pub test_slow_paths: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o) -> bool>,
pub record: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, bool, *const i8, *const i8, u32) -> bool>,
pub expect_error: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, *const i8, *const i8, u32)>,
}Fields§
§inst: *mut tm_unit_test_runner_o§test_file: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, *const i8) -> bool>§test_custom: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, *const i8) -> bool>§test_disk: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o) -> bool>§test_network: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o) -> bool>§test_slow_paths: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o) -> bool>§record: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, bool, *const i8, *const i8, u32) -> bool>§expect_error: Option<unsafe extern "C" fn(*mut tm_unit_test_runner_o, *const i8, *const i8, u32)>Trait Implementations§
Source§impl Clone for tm_unit_test_runner_i
impl Clone for tm_unit_test_runner_i
Source§fn clone(&self) -> tm_unit_test_runner_i
fn clone(&self) -> tm_unit_test_runner_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_unit_test_runner_i
Auto Trait Implementations§
impl Freeze for tm_unit_test_runner_i
impl RefUnwindSafe for tm_unit_test_runner_i
impl !Send for tm_unit_test_runner_i
impl !Sync for tm_unit_test_runner_i
impl Unpin for tm_unit_test_runner_i
impl UnwindSafe for tm_unit_test_runner_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