pub type async_wait_t = async_wait;
Aliased Type§
struct async_wait_t {
pub state: async_state_t,
pub handler: Option<unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_wait, _: i32, _: *const zx_packet_signal_t)>,
pub object: u32,
pub trigger: u32,
pub options: u32,
}
Fields§
§state: async_state_t
§handler: Option<unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_wait, _: i32, _: *const zx_packet_signal_t)>
§object: u32
§trigger: u32
§options: u32