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]
type Output = Self
The resulting type after applying the |
operator.
fn bitor(self, other: Self) -> Self
[src]
Performs the |
operation.
impl BitOrAssign for modbus_error_recovery_mode
[src]
fn bitor_assign(&mut self, rhs: modbus_error_recovery_mode)
[src]
Performs the |=
operation.
impl BitAnd<modbus_error_recovery_mode> for modbus_error_recovery_mode
[src]
type Output = Self
The resulting type after applying the &
operator.
fn bitand(self, other: Self) -> Self
[src]
Performs the &
operation.
impl BitAndAssign for modbus_error_recovery_mode
[src]
fn bitand_assign(&mut self, rhs: modbus_error_recovery_mode)
[src]
Performs the &=
operation.
impl Debug for modbus_error_recovery_mode
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for modbus_error_recovery_mode
[src]
impl Clone for modbus_error_recovery_mode
[src]
fn clone(&self) -> modbus_error_recovery_mode
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for modbus_error_recovery_mode
[src]
fn eq(&self, __arg_0: &modbus_error_recovery_mode) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &modbus_error_recovery_mode) -> bool
[src]
This method tests for !=
.