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