Struct windows_sys::Win32::Devices::Usb::USBUSER_CLOSE_RAW_DEVICE
[−]#[repr(C, packed(1))]pub struct USBUSER_CLOSE_RAW_DEVICE {
pub Header: USBUSER_REQUEST_HEADER,
pub Parameters: USB_CLOSE_RAW_DEVICE_PARAMETERS,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
Header: USBUSER_REQUEST_HEADER
Parameters: USB_CLOSE_RAW_DEVICE_PARAMETERS
Trait Implementations
impl Clone for USBUSER_CLOSE_RAW_DEVICE
impl Clone for USBUSER_CLOSE_RAW_DEVICE
impl Copy for USBUSER_CLOSE_RAW_DEVICE
Auto Trait Implementations
impl RefUnwindSafe for USBUSER_CLOSE_RAW_DEVICE
impl Send for USBUSER_CLOSE_RAW_DEVICE
impl Sync for USBUSER_CLOSE_RAW_DEVICE
impl Unpin for USBUSER_CLOSE_RAW_DEVICE
impl UnwindSafe for USBUSER_CLOSE_RAW_DEVICE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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