#[repr(u8)]pub enum RrSampleThreshold {
Show 16 variants
SAMPLE_0 = 0,
SAMPLE_1 = 1,
SAMPLE_2 = 2,
SAMPLE_3 = 3,
SAMPLE_4 = 4,
SAMPLE_5 = 5,
SAMPLE_6 = 6,
SAMPLE_7 = 7,
SAMPLE_8 = 8,
SAMPLE_9 = 9,
SAMPLE_10 = 10,
SAMPLE_11 = 11,
SAMPLE_12 = 12,
SAMPLE_13 = 13,
SAMPLE_14 = 14,
SAMPLE_15 = 15,
}Variants§
SAMPLE_0 = 0
At least 1 sampled “1”, the final result is “1”
SAMPLE_1 = 1
At least 2 sampled “1”, the final result is “1”
SAMPLE_2 = 2
At least 3 sampled “1”, the final result is “1”
SAMPLE_3 = 3
At least 4 sampled “1”, the final result is “1”
SAMPLE_4 = 4
At least 5 sampled “1”, the final result is “1”
SAMPLE_5 = 5
At least 6 sampled “1”, the final result is “1”
SAMPLE_6 = 6
At least 7 sampled “1”, the final result is “1”
SAMPLE_7 = 7
At least 8 sampled “1”, the final result is “1”
SAMPLE_8 = 8
At least 9 sampled “1”, the final result is “1”
SAMPLE_9 = 9
At least 10 sampled “1”, the final result is “1”
SAMPLE_10 = 10
At least 11 sampled “1”, the final result is “1”
SAMPLE_11 = 11
At least 12 sampled “1”, the final result is “1”
SAMPLE_12 = 12
At least 13 sampled “1”, the final result is “1”
SAMPLE_13 = 13
At least 14 sampled “1”, the final result is “1”
SAMPLE_14 = 14
At least 15 sampled “1”, the final result is “1”
SAMPLE_15 = 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