pub type lc_socket_call_t = lc_socket_call_s;Aliased Type§
#[repr(C)]pub struct lc_socket_call_t {
pub sock: *mut lc_socket_t,
pub callback_msg: Option<unsafe extern "C" fn(*mut lc_message_t)>,
pub callback_err: Option<unsafe extern "C" fn(i32)>,
}Fields§
§sock: *mut lc_socket_t§callback_msg: Option<unsafe extern "C" fn(*mut lc_message_t)>§callback_err: Option<unsafe extern "C" fn(i32)>