Enum libmodbus_rs::SerialMode
[−]
[src]
pub enum SerialMode {
RtuRS232,
RtuRS485,
}Variants
RtuRS232RtuRS485
Trait Implementations
impl Debug for SerialMode[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more