#[repr(u8)]pub enum RrSampleThreshold {
Show 16 variants
Sample0 = 0,
Sample1 = 1,
Sample2 = 2,
Sample3 = 3,
Sample4 = 4,
Sample5 = 5,
Sample6 = 6,
Sample7 = 7,
Sample8 = 8,
Sample9 = 9,
Sample10 = 10,
Sample11 = 11,
Sample12 = 12,
Sample13 = 13,
Sample14 = 14,
Sample15 = 15,
}Variants§
Sample0 = 0
At least 1 sampled “1”, the final result is “1”.
Sample1 = 1
At least 2 sampled “1”, the final result is “1”.
Sample2 = 2
At least 3 sampled “1”, the final result is “1”.
Sample3 = 3
At least 4 sampled “1”, the final result is “1”.
Sample4 = 4
At least 5 sampled “1”, the final result is “1”.
Sample5 = 5
At least 6 sampled “1”, the final result is “1”.
Sample6 = 6
At least 7 sampled “1”, the final result is “1”.
Sample7 = 7
At least 8 sampled “1”, the final result is “1”.
Sample8 = 8
At least 9 sampled “1”, the final result is “1”.
Sample9 = 9
At least 10 sampled “1”, the final result is “1”.
Sample10 = 10
At least 11 sampled “1”, the final result is “1”.
Sample11 = 11
At least 12 sampled “1”, the final result is “1”.
Sample12 = 12
At least 13 sampled “1”, the final result is “1”.
Sample13 = 13
At least 14 sampled “1”, the final result is “1”.
Sample14 = 14
At least 15 sampled “1”, the final result is “1”.
Sample15 = 15
At least 16 sampled “1”, the final result is “1”.
Implementations§
Trait Implementations§
Source§impl Clone for RrSampleThreshold
impl Clone for RrSampleThreshold
Source§fn clone(&self) -> RrSampleThreshold
fn clone(&self) -> RrSampleThreshold
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more