Struct windows_sys::Win32::Devices::Usb::WINUSB_PIPE_INFORMATION_EX
[−]#[repr(C)]pub struct WINUSB_PIPE_INFORMATION_EX {
pub PipeType: USBD_PIPE_TYPE,
pub PipeId: u8,
pub MaximumPacketSize: u16,
pub Interval: u8,
pub MaximumBytesPerInterval: u32,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
PipeType: USBD_PIPE_TYPE
PipeId: u8
MaximumPacketSize: u16
Interval: u8
MaximumBytesPerInterval: u32
Trait Implementations
impl Clone for WINUSB_PIPE_INFORMATION_EX
impl Clone for WINUSB_PIPE_INFORMATION_EX
impl Copy for WINUSB_PIPE_INFORMATION_EX
Auto Trait Implementations
impl RefUnwindSafe for WINUSB_PIPE_INFORMATION_EX
impl Send for WINUSB_PIPE_INFORMATION_EX
impl Sync for WINUSB_PIPE_INFORMATION_EX
impl Unpin for WINUSB_PIPE_INFORMATION_EX
impl UnwindSafe for WINUSB_PIPE_INFORMATION_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more