pub struct UsbVidPid(pub u16, pub u16);
Expand description
A USB vendor ID and product ID pair.
Tuple Fields§
§0: u16
§1: u16
Auto Trait Implementations§
impl Freeze for UsbVidPid
impl RefUnwindSafe for UsbVidPid
impl Send for UsbVidPid
impl Sync for UsbVidPid
impl Unpin for UsbVidPid
impl UnwindSafe for UsbVidPid
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