#[repr(u8)]pub enum OneWireSearchKind {
Normal = 240,
Alarmed = 236,
}Expand description
Type of search performed using OneWireSearch or OneWireSearchAsync.
Variants§
Auto Trait Implementations§
impl Freeze for OneWireSearchKind
impl RefUnwindSafe for OneWireSearchKind
impl Send for OneWireSearchKind
impl Sync for OneWireSearchKind
impl Unpin for OneWireSearchKind
impl UnwindSafe for OneWireSearchKind
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