Struct open_protocol::types::VersionAck
[−]
[src]
pub struct VersionAck {
pub crc: u32,
pub version_text: String,
pub hw_serial_num: String,
pub hw_version: String,
pub fw_version: u32,
// some fields omitted
}Fields
crc: u32
version_text: String
hw_serial_num: String
hw_version: String
fw_version: u32
Trait Implementations
impl Debug for VersionAck[src]
impl PartialEq for VersionAck[src]
fn eq(&self, __arg_0: &VersionAck) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &VersionAck) -> bool
This method tests for !=.