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

Configuration option to send to the system

(For "Log*" config options) Indicates whether the logging should persist through an "UnlogAll" request

(For "Log*" config options) The interval, in seconds, at which log messages should be generated by the system

(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 Sync for ConfigStruct