Struct windows_sys::Win32::Devices::Usb::USBUSER_POWER_INFO_REQUEST
#[repr(C, packed(1))]pub struct USBUSER_POWER_INFO_REQUEST {
pub Header: USBUSER_REQUEST_HEADER,
pub PowerInformation: USB_POWER_INFO,
}
Expand description
Required features: "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§
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