Searched defs:libusb_pollfd_removed_cb (Results 1 – 3 of 3) sorted by relevance
215 pub type libusb_pollfd_removed_cb = extern "system" fn(c_int, *mut c_void); typedef448 removed_cb: Option<libusb_pollfd_removed_cb>, in libusb_set_pollfd_notifiers()
2262 typedef void (LIBUSB_CALL *libusb_pollfd_removed_cb)(int fd, void *user_data); typedef