Struct novatel_oem6_api::Component [−][src]
pub struct Component { pub comp_type: u32, pub model: String, pub serial_num: String, pub hw_version: String, pub sw_version: String, pub boot_version: String, pub compile_date: String, pub compile_time: String, }
Version information about a specific system component
Fields
comp_type: u32
The component type which the version info is about
model: String
Model number
serial_num: String
Serial number
hw_version: String
Hardware version
sw_version: String
Software version
boot_version: String
Boot code version
compile_date: String
Software compilation date stamp
compile_time: String
Software compilation time stamp
Trait Implementations
impl Clone for Component
[src]
impl Clone for Component
fn clone(&self) -> Component
[src]
fn clone(&self) -> Component
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for Component
[src]
impl Default for Component
impl Debug for Component
[src]
impl Debug for Component
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 Component
[src]
impl PartialEq for Component