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