pub struct ProbeEntry {
pub vendor_id: u16,
pub product_id: u16,
pub driver: DriverType,
}Expand description
One VID/PID → driver binding.
Fields§
§vendor_id: u16§product_id: u16§driver: DriverTypeTrait Implementations§
Source§impl Clone for ProbeEntry
impl Clone for ProbeEntry
Source§fn clone(&self) -> ProbeEntry
fn clone(&self) -> ProbeEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProbeEntry
impl RefUnwindSafe for ProbeEntry
impl Send for ProbeEntry
impl Sync for ProbeEntry
impl Unpin for ProbeEntry
impl UnsafeUnpin for ProbeEntry
impl UnwindSafe for ProbeEntry
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