Struct windows_sys::Win32::Devices::Usb::USBFN_NOTIFICATION
[−]#[repr(C)]pub struct USBFN_NOTIFICATION {
pub Event: USBFN_EVENT,
pub u: USBFN_NOTIFICATION_0,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
Event: USBFN_EVENT
u: USBFN_NOTIFICATION_0
Trait Implementations
impl Clone for USBFN_NOTIFICATION
impl Clone for USBFN_NOTIFICATION
impl Copy for USBFN_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for USBFN_NOTIFICATION
impl Send for USBFN_NOTIFICATION
impl Sync for USBFN_NOTIFICATION
impl Unpin for USBFN_NOTIFICATION
impl UnwindSafe for USBFN_NOTIFICATION
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