GFDCallbacks

Type Alias GFDCallbacks 

Source
pub type GFDCallbacks = _GFDCallbacks;

Aliased Type§

#[repr(C)]
pub struct GFDCallbacks { pub on_fd_opened: Option<unsafe extern "C" fn(i32, *const i8)>, pub on_fd_closed: Option<unsafe extern "C" fn(i32, *const i8)>, }

Fields§

§on_fd_opened: Option<unsafe extern "C" fn(i32, *const i8)>§on_fd_closed: Option<unsafe extern "C" fn(i32, *const i8)>