pub struct SoftwareVersion(/* private fields */);Expand description
The software version showed on display
Implementations§
Source§impl SoftwareVersion
impl SoftwareVersion
pub fn decode_from_holding_registers(words: &[Word]) -> Result<Self, Error>
Trait Implementations§
Source§impl Clone for SoftwareVersion
impl Clone for SoftwareVersion
Source§fn clone(&self) -> SoftwareVersion
fn clone(&self) -> SoftwareVersion
Returns a duplicate 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 SoftwareVersion
impl Debug for SoftwareVersion
Source§impl Deref for SoftwareVersion
impl Deref for SoftwareVersion
Source§impl<'de> Deserialize<'de> for SoftwareVersion
impl<'de> Deserialize<'de> for SoftwareVersion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SoftwareVersion
impl Display for SoftwareVersion
Source§impl ModbusParam for SoftwareVersion
impl ModbusParam for SoftwareVersion
Source§impl PartialEq for SoftwareVersion
impl PartialEq for SoftwareVersion
Source§impl Serialize for SoftwareVersion
impl Serialize for SoftwareVersion
impl Copy for SoftwareVersion
impl StructuralPartialEq for SoftwareVersion
Auto Trait Implementations§
impl Freeze for SoftwareVersion
impl RefUnwindSafe for SoftwareVersion
impl Send for SoftwareVersion
impl Sync for SoftwareVersion
impl Unpin for SoftwareVersion
impl UnwindSafe for SoftwareVersion
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