Struct windows_sys::Win32::Devices::Usb::WINUSB_SETUP_PACKET
[−]#[repr(C, packed(1))]pub struct WINUSB_SETUP_PACKET {
pub RequestType: u8,
pub Request: u8,
pub Value: u16,
pub Index: u16,
pub Length: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
RequestType: u8
Request: u8
Value: u16
Index: u16
Length: u16
Trait Implementations
impl Clone for WINUSB_SETUP_PACKET
impl Clone for WINUSB_SETUP_PACKET
impl Copy for WINUSB_SETUP_PACKET
Auto Trait Implementations
impl RefUnwindSafe for WINUSB_SETUP_PACKET
impl Send for WINUSB_SETUP_PACKET
impl Sync for WINUSB_SETUP_PACKET
impl Unpin for WINUSB_SETUP_PACKET
impl UnwindSafe for WINUSB_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