#[repr(transparent)]pub struct modbus_error_recovery_mode(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl BitAnd for modbus_error_recovery_mode
impl BitAnd for modbus_error_recovery_mode
Source§impl BitAndAssign for modbus_error_recovery_mode
impl BitAndAssign for modbus_error_recovery_mode
Source§fn bitand_assign(&mut self, rhs: modbus_error_recovery_mode)
fn bitand_assign(&mut self, rhs: modbus_error_recovery_mode)
Performs the
&=
operation. Read moreSource§impl BitOr for modbus_error_recovery_mode
impl BitOr for modbus_error_recovery_mode
Source§impl BitOrAssign for modbus_error_recovery_mode
impl BitOrAssign for modbus_error_recovery_mode
Source§fn bitor_assign(&mut self, rhs: modbus_error_recovery_mode)
fn bitor_assign(&mut self, rhs: modbus_error_recovery_mode)
Performs the
|=
operation. Read moreSource§impl Clone for modbus_error_recovery_mode
impl Clone for modbus_error_recovery_mode
Source§fn clone(&self) -> modbus_error_recovery_mode
fn clone(&self) -> modbus_error_recovery_mode
Returns a copy 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 modbus_error_recovery_mode
impl Debug for modbus_error_recovery_mode
Source§impl Hash for modbus_error_recovery_mode
impl Hash for modbus_error_recovery_mode
impl Copy for modbus_error_recovery_mode
impl Eq for modbus_error_recovery_mode
impl StructuralPartialEq for modbus_error_recovery_mode
Auto Trait Implementations§
impl Freeze for modbus_error_recovery_mode
impl RefUnwindSafe for modbus_error_recovery_mode
impl Send for modbus_error_recovery_mode
impl Sync for modbus_error_recovery_mode
impl Unpin for modbus_error_recovery_mode
impl UnwindSafe for modbus_error_recovery_mode
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