Type Alias fdf_sys::fdf_channel_read_t

source ·
pub type fdf_channel_read_t = fdf_channel_read;

Aliased Type§

struct fdf_channel_read_t {
    pub state: async_state_t,
    pub handler: Option<unsafe extern "C" fn(_: *mut fdf_dispatcher, _: *mut fdf_channel_read, _: i32)>,
    pub channel: u32,
    pub options: u32,
}

Fields§

§state: async_state_t§handler: Option<unsafe extern "C" fn(_: *mut fdf_dispatcher, _: *mut fdf_channel_read, _: i32)>§channel: u32§options: u32