Struct onewire::DeviceSearch
[−]
[src]
pub struct DeviceSearch { /* fields omitted */ }
Methods
impl DeviceSearch[src]
pub fn new() -> DeviceSearch[src]
pub fn new_for_family(family: u8) -> DeviceSearch[src]
pub fn last_discrepancy(&self) -> Option<u8>[src]
Trait Implementations
impl Clone for DeviceSearch[src]
fn clone(&self) -> DeviceSearch[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more