Union windows_sys::Win32::Devices::Usb::USBFN_NOTIFICATION_0
#[repr(C)]
pub union USBFN_NOTIFICATION_0 {
pub BusSpeed: USBFN_BUS_SPEED,
pub SetupPacket: USB_DEFAULT_PIPE_SETUP_PACKET,
pub ConfigurationValue: u16,
pub PortType: USBFN_PORT_TYPE,
pub AlternateInterface: ALTERNATE_INTERFACE,
}
Fields§
§BusSpeed: USBFN_BUS_SPEED
§SetupPacket: USB_DEFAULT_PIPE_SETUP_PACKET
§ConfigurationValue: u16
§PortType: USBFN_PORT_TYPE
§AlternateInterface: ALTERNATE_INTERFACE
Trait Implementations§
§impl Clone for USBFN_NOTIFICATION_0
impl Clone for USBFN_NOTIFICATION_0
impl Copy for USBFN_NOTIFICATION_0
Auto Trait Implementations§
impl RefUnwindSafe for USBFN_NOTIFICATION_0
impl Send for USBFN_NOTIFICATION_0
impl Sync for USBFN_NOTIFICATION_0
impl Unpin for USBFN_NOTIFICATION_0
impl UnwindSafe for USBFN_NOTIFICATION_0
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