[][src]Trait usb_enumeration::Filters

pub trait Filters {
    fn with_vendor_id(self, vendor_id: u16) -> Vec<USBDevice>;
fn with_product_id(self, product_id: u16) -> Vec<USBDevice>; }

Required methods

fn with_vendor_id(self, vendor_id: u16) -> Vec<USBDevice>

fn with_product_id(self, product_id: u16) -> Vec<USBDevice>

Loading content...

Implementations on Foreign Types

impl Filters for Vec<USBDevice>[src]

Loading content...

Implementors

Loading content...