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