pub struct TSN { /* private fields */ }Expand description
Temperature Sensor
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TSN
impl RefUnwindSafe for TSN
impl !Sync for TSN
impl Unpin for TSN
impl UnwindSafe for TSN
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