Union windows_sys::Win32::Devices::Usb::USB_HUB_CHANGE
[−]#[repr(C, packed(1))]
pub union USB_HUB_CHANGE {
pub AsUshort16: u16,
pub Anonymous: USB_HUB_CHANGE_0,
}
Expand description
Required features: ‘Win32_Devices_Usb’
Fields
AsUshort16: u16
Anonymous: USB_HUB_CHANGE_0
Trait Implementations
impl Clone for USB_HUB_CHANGE
impl Clone for USB_HUB_CHANGE
impl Copy for USB_HUB_CHANGE
Auto Trait Implementations
impl RefUnwindSafe for USB_HUB_CHANGE
impl Send for USB_HUB_CHANGE
impl Sync for USB_HUB_CHANGE
impl Unpin for USB_HUB_CHANGE
impl UnwindSafe for USB_HUB_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