#[repr(C)]pub struct URB_SELECT_INTERFACE {
pub Hdr: URB_HEADER,
pub ConfigurationHandle: USBD_CONFIGURATION_HANDLE,
pub Interface: USBD_INTERFACE_INFORMATION,
}
Fields§
§Hdr: URB_HEADER
§ConfigurationHandle: USBD_CONFIGURATION_HANDLE
§Interface: USBD_INTERFACE_INFORMATION
Trait Implementations§
Source§impl Clone for URB_SELECT_INTERFACE
impl Clone for URB_SELECT_INTERFACE
Source§fn clone(&self) -> URB_SELECT_INTERFACE
fn clone(&self) -> URB_SELECT_INTERFACE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for URB_SELECT_INTERFACE
impl Default for URB_SELECT_INTERFACE
Source§fn default() -> URB_SELECT_INTERFACE
fn default() -> URB_SELECT_INTERFACE
Returns the “default value” for a type. Read more
impl Copy for URB_SELECT_INTERFACE
Auto Trait Implementations§
impl Freeze for URB_SELECT_INTERFACE
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