Struct novatel_oem6_service::ConfigStruct [−][src]
pub struct ConfigStruct { pub option: ConfigOption, pub hold: bool, pub interval: f64, pub offset: f64, }
Input structure for 'configureHardware' mutation
Fields
option: ConfigOption
Configuration option to send to the system
hold: bool
(For "Log*" config options) Indicates whether the logging should persist through an "UnlogAll" request
interval: f64
(For "Log*" config options) The interval, in seconds, at which log messages should be generated by the system
offset: f64
(For "Log*" config options) The offset, in seconds, at which log messages should be generated by the system
Auto Trait Implementations
impl Send for ConfigStruct
impl Send for ConfigStruct
impl Sync for ConfigStruct
impl Sync for ConfigStruct