#[repr(C)]pub struct USB_PORT_EXT_STATUS_AND_CHANGE_0 {
pub PortStatusChange: USB_PORT_STATUS_AND_CHANGE,
pub PortExtStatus: USB_PORT_EXT_STATUS,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
PortStatusChange: USB_PORT_STATUS_AND_CHANGE
PortExtStatus: USB_PORT_EXT_STATUS
Trait Implementations
impl Clone for USB_PORT_EXT_STATUS_AND_CHANGE_0
impl Clone for USB_PORT_EXT_STATUS_AND_CHANGE_0
impl Copy for USB_PORT_EXT_STATUS_AND_CHANGE_0
Auto Trait Implementations
impl RefUnwindSafe for USB_PORT_EXT_STATUS_AND_CHANGE_0
impl Send for USB_PORT_EXT_STATUS_AND_CHANGE_0
impl Sync for USB_PORT_EXT_STATUS_AND_CHANGE_0
impl Unpin for USB_PORT_EXT_STATUS_AND_CHANGE_0
impl UnwindSafe for USB_PORT_EXT_STATUS_AND_CHANGE_0
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