pub type fdf_channel_read_t = fdf_channel_read;Aliased Type§
#[repr(C)]pub 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