Struct windows_sys::Win32::Devices::Usb::USB_BUS_NOTIFICATION
#[repr(C, packed(1))]pub struct USB_BUS_NOTIFICATION {
pub NotificationType: USB_NOTIFICATION_TYPE,
pub TotalBandwidth: u32,
pub ConsumedBandwidth: u32,
pub ControllerNameLength: u32,
}
Fields§
§NotificationType: USB_NOTIFICATION_TYPE
§TotalBandwidth: u32
§ConsumedBandwidth: u32
§ControllerNameLength: u32
Trait Implementations§
§impl Clone for USB_BUS_NOTIFICATION
impl Clone for USB_BUS_NOTIFICATION
impl Copy for USB_BUS_NOTIFICATION
Auto Trait Implementations§
impl RefUnwindSafe for USB_BUS_NOTIFICATION
impl Send for USB_BUS_NOTIFICATION
impl Sync for USB_BUS_NOTIFICATION
impl Unpin for USB_BUS_NOTIFICATION
impl UnwindSafe for USB_BUS_NOTIFICATION
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