Struct libmodbus_sys::modbus_error_recovery_mode [] [src]

#[repr(C)]
pub struct modbus_error_recovery_mode(pub c_uint);

Trait Implementations

impl BitOr<modbus_error_recovery_mode> for modbus_error_recovery_mode
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitOrAssign for modbus_error_recovery_mode
[src]

[src]

Performs the |= operation.

impl BitAnd<modbus_error_recovery_mode> for modbus_error_recovery_mode
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitAndAssign for modbus_error_recovery_mode
[src]

[src]

Performs the &= operation.

impl Debug for modbus_error_recovery_mode
[src]

[src]

Formats the value using the given formatter.

impl Copy for modbus_error_recovery_mode
[src]

impl Clone for modbus_error_recovery_mode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for modbus_error_recovery_mode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for modbus_error_recovery_mode
[src]

impl Hash for modbus_error_recovery_mode
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more