Type Alias 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

Trait Implementations

Source§

impl Debug for fdf_channel_read

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for fdf_channel_read

Source§

fn default() -> Self

Returns the “default value” for a type. Read more