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