Struct nsl_duplex_d2::StateOfHealth [−][src]
pub struct StateOfHealth { /* fields omitted */ }
Struct for storing state of health records
Methods
impl StateOfHealth
[src]
impl StateOfHealth
pub fn parse(input: &[u8]) -> IResult<&[u8], StateOfHealth>
[src]
pub fn parse(input: &[u8]) -> IResult<&[u8], StateOfHealth>
Parse StateOfHealth from the serial line.
Trait Implementations
impl Debug for StateOfHealth
[src]
impl Debug for StateOfHealth
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for StateOfHealth
[src]
impl PartialEq for StateOfHealth
fn eq(&self, other: &StateOfHealth) -> bool
[src]
fn eq(&self, other: &StateOfHealth) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &StateOfHealth) -> bool
[src]
fn ne(&self, other: &StateOfHealth) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for StateOfHealth
impl Send for StateOfHealth
impl Sync for StateOfHealth
impl Sync for StateOfHealth