#[repr(u8)]
pub enum MsiFreq {
    Hz_65_536,
    Hz_131_072,
    Hz_262_144,
    Hz_524_288,
    Hz_1_048_000,
    Hz_2_097_000,
    Hz_4_194_000,
}
Expand description

Available MSI RC frequency ranges

Variants§

§

Hz_65_536

65.536 kHz

§

Hz_131_072

131.072 kHz

§

Hz_262_144

262.144 kHz

§

Hz_524_288

524.288 kHz

§

Hz_1_048_000

1.048 MHz

§

Hz_2_097_000

2.097 MHz

§

Hz_4_194_000

4.194 MHz

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. 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.

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.