#[repr(C, packed(1))]
pub union USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED {
pub AsUlong32: u32,
pub Anonymous: USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_0,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
AsUlong32: u32
Anonymous: USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_0
Trait Implementations
impl Copy for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED
Auto Trait Implementations
impl RefUnwindSafe for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED
impl Send for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED
impl Sync for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED
impl Unpin for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED
impl UnwindSafe for USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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