Type Alias libaeron_sys::aeron_on_close_client_pair_t

source ·
pub type aeron_on_close_client_pair_t = aeron_on_close_client_pair_stct;

Aliased Type§

struct aeron_on_close_client_pair_t {
    pub handler: Option<unsafe extern "C" fn(_: *mut c_void)>,
    pub clientd: *mut c_void,
}

Fields§

§handler: Option<unsafe extern "C" fn(_: *mut c_void)>§clientd: *mut c_void