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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more