#[repr(u8)]
pub enum PRECISION_A {
Show 15 variants Iters4, Iters8, Iters12, Iters16, Iters20, Iters24, Iters28, Iters32, Iters36, Iters40, Iters44, Iters48, Iters52, Iters56, Iters60,
}
Expand description

Precision required (number of iterations/cycles), where PRECISION = (number of iterations/4)

Value on reset: 5

Variants

Iters4

1: 4 iterations

Iters8

2: 8 iterations

Iters12

3: 12 iterations

Iters16

4: 16 iterations

Iters20

5: 20 iterations

Iters24

6: 24 iterations

Iters28

7: 28 iterations

Iters32

8: 32 iterations

Iters36

9: 36 iterations

Iters40

10: 40 iterations

Iters44

11: 44 iterations

Iters48

12: 48 iterations

Iters52

13: 52 iterations

Iters56

14: 56 iterations

Iters60

15: 60 iterations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.