Struct glib_sys::GPollFD [] [src]

#[repr(C)]
pub struct GPollFD { pub fd: c_int, pub events: c_ushort, pub revents: c_ushort, }

Fields