pub struct OneWireDevice<'a, P: OneWirePinExt> { /* private fields */ }
Expand description
A device on wire.
Implementations§
Source§impl<P: OneWirePinExt> OneWireDevice<'_, P>
impl<P: OneWirePinExt> OneWireDevice<'_, P>
Auto Trait Implementations§
impl<'a, P> Freeze for OneWireDevice<'a, P>
impl<'a, P> RefUnwindSafe for OneWireDevice<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for OneWireDevice<'a, P>where
P: Send,
impl<'a, P> Sync for OneWireDevice<'a, P>where
P: Sync,
impl<'a, P> Unpin for OneWireDevice<'a, P>
impl<'a, P> !UnwindSafe for OneWireDevice<'a, P>
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