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