pub enum RegisterArea {
Coil,
DiscreteInput,
HoldingRegister,
InputRegister,
}Variants§
Trait Implementations§
Source§impl Clone for RegisterArea
impl Clone for RegisterArea
Source§fn clone(&self) -> RegisterArea
fn clone(&self) -> RegisterArea
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegisterArea
impl Debug for RegisterArea
Source§impl PartialEq for RegisterArea
impl PartialEq for RegisterArea
Source§fn eq(&self, other: &RegisterArea) -> bool
fn eq(&self, other: &RegisterArea) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RegisterArea
impl StructuralPartialEq for RegisterArea
Auto Trait Implementations§
impl Freeze for RegisterArea
impl RefUnwindSafe for RegisterArea
impl Send for RegisterArea
impl Sync for RegisterArea
impl Unpin for RegisterArea
impl UnsafeUnpin for RegisterArea
impl UnwindSafe for RegisterArea
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