Union windows_sys::Win32::Devices::Usb::USB_PORT_CHANGE
[−]#[repr(C, packed(1))]
pub union USB_PORT_CHANGE {
pub AsUshort16: u16,
pub Usb20PortChange: USB_20_PORT_CHANGE,
pub Usb30PortChange: USB_30_PORT_CHANGE,
}
Expand description
Required features: ‘Win32_Devices_Usb’
Fields
AsUshort16: u16
Usb20PortChange: USB_20_PORT_CHANGE
Usb30PortChange: USB_30_PORT_CHANGE
Trait Implementations
impl Clone for USB_PORT_CHANGE
impl Clone for USB_PORT_CHANGE
impl Copy for USB_PORT_CHANGE
Auto Trait Implementations
impl RefUnwindSafe for USB_PORT_CHANGE
impl Send for USB_PORT_CHANGE
impl Sync for USB_PORT_CHANGE
impl Unpin for USB_PORT_CHANGE
impl UnwindSafe for USB_PORT_CHANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more