Union windows_sys::Win32::Devices::Usb::USB_30_PORT_STATUS
#[repr(C, packed(1))]
pub union USB_30_PORT_STATUS {
pub AsUshort16: u16,
pub Anonymous: USB_30_PORT_STATUS_0,
}
Fields§
§AsUshort16: u16
§Anonymous: USB_30_PORT_STATUS_0
Trait Implementations§
§impl Clone for USB_30_PORT_STATUS
impl Clone for USB_30_PORT_STATUS
impl Copy for USB_30_PORT_STATUS
Auto Trait Implementations§
impl RefUnwindSafe for USB_30_PORT_STATUS
impl Send for USB_30_PORT_STATUS
impl Sync for USB_30_PORT_STATUS
impl Unpin for USB_30_PORT_STATUS
impl UnwindSafe for USB_30_PORT_STATUS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more