Struct windows_sys::Win32::Devices::Usb::USB_DEFAULT_PIPE_SETUP_PACKET
[−]#[repr(C, packed(1))]pub struct USB_DEFAULT_PIPE_SETUP_PACKET {
pub bmRequestType: BM_REQUEST_TYPE,
pub bRequest: u8,
pub wValue: USB_DEFAULT_PIPE_SETUP_PACKET_1,
pub wIndex: USB_DEFAULT_PIPE_SETUP_PACKET_0,
pub wLength: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
bmRequestType: BM_REQUEST_TYPE
bRequest: u8
wValue: USB_DEFAULT_PIPE_SETUP_PACKET_1
wIndex: USB_DEFAULT_PIPE_SETUP_PACKET_0
wLength: u16
Trait Implementations
impl Clone for USB_DEFAULT_PIPE_SETUP_PACKET
impl Clone for USB_DEFAULT_PIPE_SETUP_PACKET
impl Copy for USB_DEFAULT_PIPE_SETUP_PACKET
Auto Trait Implementations
impl RefUnwindSafe for USB_DEFAULT_PIPE_SETUP_PACKET
impl Send for USB_DEFAULT_PIPE_SETUP_PACKET
impl Sync for USB_DEFAULT_PIPE_SETUP_PACKET
impl Unpin for USB_DEFAULT_PIPE_SETUP_PACKET
impl UnwindSafe for USB_DEFAULT_PIPE_SETUP_PACKET
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