pub type WINUSB_PIPE_INFORMATION_EX = _WINUSB_PIPE_INFORMATION_EX;Aliased Type§
#[repr(C)]pub struct WINUSB_PIPE_INFORMATION_EX {
pub PipeType: i32,
pub PipeId: u8,
pub MaximumPacketSize: u16,
pub Interval: u8,
pub MaximumBytesPerInterval: u32,
}Fields§
§PipeType: i32§PipeId: u8§MaximumPacketSize: u16§Interval: u8§MaximumBytesPerInterval: u32