Struct windows_sys::Win32::Devices::Usb::USBUSER_PASS_THRU_REQUEST
[−]#[repr(C)]pub struct USBUSER_PASS_THRU_REQUEST {
pub Header: USBUSER_REQUEST_HEADER,
pub PassThru: USB_PASS_THRU_PARAMETERS,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
Header: USBUSER_REQUEST_HEADER
PassThru: USB_PASS_THRU_PARAMETERS
Trait Implementations
impl Clone for USBUSER_PASS_THRU_REQUEST
impl Clone for USBUSER_PASS_THRU_REQUEST
impl Copy for USBUSER_PASS_THRU_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for USBUSER_PASS_THRU_REQUEST
impl Send for USBUSER_PASS_THRU_REQUEST
impl Sync for USBUSER_PASS_THRU_REQUEST
impl Unpin for USBUSER_PASS_THRU_REQUEST
impl UnwindSafe for USBUSER_PASS_THRU_REQUEST
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