Struct windows_sys::Win32::Devices::Usb::USB_IDLE_CALLBACK_INFO
[−]#[repr(C)]pub struct USB_IDLE_CALLBACK_INFO {
pub IdleCallback: USB_IDLE_CALLBACK,
pub IdleContext: *mut c_void,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
IdleCallback: USB_IDLE_CALLBACK
IdleContext: *mut c_void
Trait Implementations
impl Clone for USB_IDLE_CALLBACK_INFO
impl Clone for USB_IDLE_CALLBACK_INFO
impl Copy for USB_IDLE_CALLBACK_INFO
Auto Trait Implementations
impl RefUnwindSafe for USB_IDLE_CALLBACK_INFO
impl !Send for USB_IDLE_CALLBACK_INFO
impl !Sync for USB_IDLE_CALLBACK_INFO
impl Unpin for USB_IDLE_CALLBACK_INFO
impl UnwindSafe for USB_IDLE_CALLBACK_INFO
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