pub enum AreaKind {
Coil,
DiscreteInput,
HoldingRegister,
InputRegister,
}Variants§
Implementations§
Trait Implementations§
impl Eq for AreaKind
impl StructuralPartialEq for AreaKind
Auto Trait Implementations§
impl Freeze for AreaKind
impl RefUnwindSafe for AreaKind
impl Send for AreaKind
impl Sync for AreaKind
impl Unpin for AreaKind
impl UnsafeUnpin for AreaKind
impl UnwindSafe for AreaKind
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