Type Alias InputHandler

Source
pub type InputHandler = Struct__InputHandler;

Aliased Type§

#[repr(C)]
pub struct InputHandler { pub activity: i32, pub fileDescriptor: i32, pub handler: Option<unsafe extern "C" fn(*mut c_void)>, pub next: *mut Struct__InputHandler, pub active: i32, pub userData: *mut c_void, }

Fields§

§activity: i32§fileDescriptor: i32§handler: Option<unsafe extern "C" fn(*mut c_void)>§next: *mut Struct__InputHandler§active: i32§userData: *mut c_void