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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more