Type Alias async_wait_t
Source pub type async_wait_t = async_wait;
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,
}
§handler: Option<unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_wait, _: i32, _: *const zx_packet_signal_t)>
Trait Implementations
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more