Struct machinery_api::foundation::IntegrationTestI [−][src]
#[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_charpath_config_json_file: *const c_charconfig_key: StrhashTcontext: StrhashTtick: Option<unsafe extern "C" fn(arg1: *mut IntegrationTestRunnerI)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntegrationTestI
impl !Send for IntegrationTestI
impl !Sync for IntegrationTestI
impl Unpin for IntegrationTestI
impl UnwindSafe for IntegrationTestI
Blanket Implementations
Mutably borrows from an owned value. Read more