pub struct Modbus {
pub probe_strict: bool,
}
Fields§
§probe_strict: bool
Enable strict probing, such as only recognizing public assigned function codes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Modbus
impl RefUnwindSafe for Modbus
impl Send for Modbus
impl Sync for Modbus
impl Unpin for Modbus
impl UnwindSafe for Modbus
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