Searched defs:sampling_mode (Results 1 – 4 of 4) sorted by relevance
15 pub sampling_mode: SamplingMode, field29 pub(crate) sampling_mode: Option<SamplingMode>, field
233 pub fn sampling_mode(&mut self, new_mode: SamplingMode) -> &mut Self { in sampling_mode() method
1432 sampling_mode: ActualSamplingMode, field
8 pub mod sampling_mode; module