pub struct Vendors;
Expand description
An abstraction for iterating over all vendors in the USB database.
Implementations§
Auto Trait Implementations§
impl Freeze for Vendors
impl RefUnwindSafe for Vendors
impl Send for Vendors
impl Sync for Vendors
impl Unpin for Vendors
impl UnwindSafe for Vendors
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