Struct windows_sys::Win32::Devices::Usb::WINUSB_PIPE_INFORMATION
[−]#[repr(C)]pub struct WINUSB_PIPE_INFORMATION {
pub PipeType: USBD_PIPE_TYPE,
pub PipeId: u8,
pub MaximumPacketSize: u16,
pub Interval: u8,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
PipeType: USBD_PIPE_TYPE
PipeId: u8
MaximumPacketSize: u16
Interval: u8
Trait Implementations
impl Clone for WINUSB_PIPE_INFORMATION
impl Clone for WINUSB_PIPE_INFORMATION
impl Copy for WINUSB_PIPE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for WINUSB_PIPE_INFORMATION
impl Send for WINUSB_PIPE_INFORMATION
impl Sync for WINUSB_PIPE_INFORMATION
impl Unpin for WINUSB_PIPE_INFORMATION
impl UnwindSafe for WINUSB_PIPE_INFORMATION
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