#[repr(C)]pub struct IntegrationTestI {
pub name: *const c_char,
pub path_config_json_file: *const c_char,
pub config_key: StrhashT,
pub context: StrhashT,
pub tick: Option<unsafe extern "C" fn(arg1: *mut IntegrationTestRunnerI)>,
}Fields§
§name: *const c_char§path_config_json_file: *const c_char§config_key: StrhashT§context: StrhashT§tick: Option<unsafe extern "C" fn(arg1: *mut IntegrationTestRunnerI)>Trait Implementations§
Source§impl Clone for IntegrationTestI
impl Clone for IntegrationTestI
Source§fn clone(&self) -> IntegrationTestI
fn clone(&self) -> IntegrationTestI
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 moreSource§impl Default for IntegrationTestI
impl Default for IntegrationTestI
impl Copy for IntegrationTestI
Auto Trait Implementations§
impl Freeze for IntegrationTestI
impl RefUnwindSafe for IntegrationTestI
impl !Send for IntegrationTestI
impl !Sync for IntegrationTestI
impl Unpin for IntegrationTestI
impl UnwindSafe for IntegrationTestI
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