Struct windows_sys::Win32::Devices::Usb::_URB_SELECT_INTERFACE
[−]#[repr(C)]pub struct _URB_SELECT_INTERFACE {
pub Hdr: _URB_HEADER,
pub ConfigurationHandle: *mut c_void,
pub Interface: USBD_INTERFACE_INFORMATION,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
Hdr: _URB_HEADER
ConfigurationHandle: *mut c_void
Interface: USBD_INTERFACE_INFORMATION
Trait Implementations
impl Clone for _URB_SELECT_INTERFACE
impl Clone for _URB_SELECT_INTERFACE
impl Copy for _URB_SELECT_INTERFACE
Auto Trait Implementations
impl RefUnwindSafe for _URB_SELECT_INTERFACE
impl !Send for _URB_SELECT_INTERFACE
impl !Sync for _URB_SELECT_INTERFACE
impl Unpin for _URB_SELECT_INTERFACE
impl UnwindSafe for _URB_SELECT_INTERFACE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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