pub struct RegisterBank { /* private fields */ }Expand description
A fixed-size array of 16-bit values representing Modbus holding or input registers.
Implementations§
Source§impl RegisterBank
impl RegisterBank
Trait Implementations§
Source§impl Clone for RegisterBank
impl Clone for RegisterBank
Source§fn clone(&self) -> RegisterBank
fn clone(&self) -> RegisterBank
Returns a duplicate of the value. Read more
1.0.0 · 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 RegisterBank
impl Debug for RegisterBank
Source§impl PartialEq for RegisterBank
impl PartialEq for RegisterBank
impl Eq for RegisterBank
impl StructuralPartialEq for RegisterBank
Auto Trait Implementations§
impl Freeze for RegisterBank
impl RefUnwindSafe for RegisterBank
impl Send for RegisterBank
impl Sync for RegisterBank
impl Unpin for RegisterBank
impl UnsafeUnpin for RegisterBank
impl UnwindSafe for RegisterBank
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