pub type switch_pollfd_t = switch_pollfd;Aliased Type§
#[repr(C)]pub struct switch_pollfd_t {
pub p: *mut fspr_pool_t,
pub desc_type: u32,
pub reqevents: i16,
pub rtnevents: i16,
pub desc: switch_descriptor_t,
pub client_data: *mut c_void,
}Fields§
§p: *mut fspr_pool_t§desc_type: u32§reqevents: i16§rtnevents: i16§desc: switch_descriptor_t§client_data: *mut c_void