pub type evargs = event_handler_args;Aliased Type§
#[repr(C)]pub struct evargs {
pub usr: *mut c_void,
pub chid: *mut oldChannelNotify,
pub type_: i32,
pub count: i32,
pub dbr: *const c_void,
pub status: i32,
}Fields§
§usr: *mut c_void§chid: *mut oldChannelNotify§type_: i32§count: i32§dbr: *const c_void§status: i32