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