Searched defs:LIBUSB_CONTROL_SETUP_SIZE (Results 1 – 4 of 4) sorted by relevance
160 pub const LIBUSB_CONTROL_SETUP_SIZE: usize = std::mem::size_of::<libusb_control_setup>(); constant
1170 #define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct libusb_control_setup)) macro