pub enum SAMPLEPERW {
    _128US,
    _256US,
    _512US,
    _1024US,
    _2048US,
    _4096US,
    _8192US,
    _16384US,
    _32MS,
    _65MS,
    _131MS,
}
Expand description

Values that can be written to the field SAMPLEPER

Variants

_128US

128 us

_256US

256 us

_512US

512 us

_1024US

1024 us

_2048US

2048 us

_4096US

4096 us

_8192US

8192 us

_16384US

16384 us

_32MS

32768 us

_65MS

65536 us

_131MS

131072 us

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.

Should always be Self
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.