Union windows_sys::Win32::Devices::Usb::USB_PORT_EXT_STATUS
#[repr(C, packed(1))]
pub union USB_PORT_EXT_STATUS {
pub AsUlong32: u32,
pub Anonymous: USB_PORT_EXT_STATUS_0,
}
Fields§
§AsUlong32: u32
§Anonymous: USB_PORT_EXT_STATUS_0
Trait Implementations§
§impl Clone for USB_PORT_EXT_STATUS
impl Clone for USB_PORT_EXT_STATUS
impl Copy for USB_PORT_EXT_STATUS
Auto Trait Implementations§
impl RefUnwindSafe for USB_PORT_EXT_STATUS
impl Send for USB_PORT_EXT_STATUS
impl Sync for USB_PORT_EXT_STATUS
impl Unpin for USB_PORT_EXT_STATUS
impl UnwindSafe for USB_PORT_EXT_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