Struct usb_device::prelude::UsbVidPid
source · [−]Expand description
A USB vendor ID and product ID pair.
Tuple Fields
0: u16
1: u16
Auto Trait Implementations
impl RefUnwindSafe for UsbVidPid
impl Send for UsbVidPid
impl Sync for UsbVidPid
impl Unpin for UsbVidPid
impl UnwindSafe for UsbVidPid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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