Struct windows_sys::Win32::Devices::Usb::USBUSER_RAW_RESET_ROOT_PORT
#[repr(C, packed(1))]pub struct USBUSER_RAW_RESET_ROOT_PORT {
pub Header: USBUSER_REQUEST_HEADER,
pub Parameters: RAW_RESET_PORT_PARAMETERS,
}
Fields§
§Header: USBUSER_REQUEST_HEADER
§Parameters: RAW_RESET_PORT_PARAMETERS
Trait Implementations§
§impl Clone for USBUSER_RAW_RESET_ROOT_PORT
impl Clone for USBUSER_RAW_RESET_ROOT_PORT
impl Copy for USBUSER_RAW_RESET_ROOT_PORT
Auto Trait Implementations§
impl RefUnwindSafe for USBUSER_RAW_RESET_ROOT_PORT
impl Send for USBUSER_RAW_RESET_ROOT_PORT
impl Sync for USBUSER_RAW_RESET_ROOT_PORT
impl Unpin for USBUSER_RAW_RESET_ROOT_PORT
impl UnwindSafe for USBUSER_RAW_RESET_ROOT_PORT
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