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