Struct _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
§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 moreimpl 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