#[repr(C)]pub struct UnitTestI {
pub name: *const c_char,
pub test: Option<unsafe extern "C" fn(tr: *mut UnitTestRunnerI, a: *mut AllocatorI)>,
}Fields§
§name: *const c_char§test: Option<unsafe extern "C" fn(tr: *mut UnitTestRunnerI, a: *mut AllocatorI)>Trait Implementations§
Auto Trait Implementations§
impl !Send for UnitTestI
impl !Sync for UnitTestI
impl Freeze for UnitTestI
impl RefUnwindSafe for UnitTestI
impl Unpin for UnitTestI
impl UnsafeUnpin for UnitTestI
impl UnwindSafe for UnitTestI
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