Type Alias fdf_sys::async_receiver_handler_t

source ·
pub type async_receiver_handler_t = Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t, receiver: *mut async_receiver_t, status: zx_status_t, data: *const zx_packet_user_t)>;

Aliased Type§

enum async_receiver_handler_t {
    None,
    Some(unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_receiver, _: i32, _: *const [u8; 32])),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_receiver, _: i32, _: *const [u8; 32]))

Some value of type T.