Skip to main content

threadinit

Type Alias threadinit 

Source
pub type threadinit = threadinit_;

Aliased Type§

#[repr(C)]
pub struct threadinit { pub thread: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32>, pub hxcfloppyemulatorcontext: *mut _HXCFE, pub hwcontext: *mut c_void, }

Fields§

§thread: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32>§hxcfloppyemulatorcontext: *mut _HXCFE§hwcontext: *mut c_void