pub enum RtdType {
Pt100,
Pt1000,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtdType
impl RefUnwindSafe for RtdType
impl Send for RtdType
impl Sync for RtdType
impl Unpin for RtdType
impl UnwindSafe for RtdType
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