pub struct Config {Show 17 fields
pub back_off_time_between_pull_samples_sec: i64,
pub disable_delays: bool,
pub early_exit: bool,
pub first_sampling_delay_sec: i64,
pub has_real_time_clock: bool,
pub initial_frequency_ppm: u32,
pub max_frequency_error_ppm: u32,
pub monitor_time_source_url: String,
pub monitor_uses_pull: bool,
pub oscillator_error_std_dev_ppm: u32,
pub power_topology_integration_enabled: bool,
pub primary_time_source_url: String,
pub primary_uses_pull: bool,
pub serve_fuchsia_time_alarms: bool,
pub serve_test_protocols: bool,
pub utc_start_at_startup: bool,
pub utc_start_at_startup_when_invalid_rtc: bool,
}
Fields§
§back_off_time_between_pull_samples_sec: i64
§disable_delays: bool
§early_exit: bool
§first_sampling_delay_sec: i64
§has_real_time_clock: bool
§initial_frequency_ppm: u32
§max_frequency_error_ppm: u32
§monitor_time_source_url: String
§monitor_uses_pull: bool
§oscillator_error_std_dev_ppm: u32
§power_topology_integration_enabled: bool
§primary_time_source_url: String
§primary_uses_pull: bool
§serve_fuchsia_time_alarms: bool
§serve_test_protocols: bool
§utc_start_at_startup: bool
§utc_start_at_startup_when_invalid_rtc: bool
Implementations§
Source§impl Config
impl Config
pub fn take_from_startup_handle() -> Self
pub fn record_inspect(&self, inspector_node: &Node)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more