pub struct ScanInfo {
pub device_id: String,
pub protocol_type: String,
pub vendor_id: Option<u16>,
pub product_id: Option<u16>,
pub additional_data: Option<BTreeMap<String, String>>,
}Fields§
§device_id: String§protocol_type: String§vendor_id: Option<u16>§product_id: Option<u16>§additional_data: Option<BTreeMap<String, String>>Trait Implementations§
impl Eq for ScanInfo
impl StructuralPartialEq for ScanInfo
Auto Trait Implementations§
impl Freeze for ScanInfo
impl RefUnwindSafe for ScanInfo
impl Send for ScanInfo
impl Sync for ScanInfo
impl Unpin for ScanInfo
impl UnwindSafe for ScanInfo
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