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