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