pub enum PllSrc {
None,
Msi(MsiRange),
Hsi,
Hse(u32),
}
pub fn bits(&self) -> u8[src]
Required due to numerical value on non-uniform discrim being experimental.
(ie, can’t set on Pll(Pllsrc).
fn eq(&self, other: &PllSrc) -> bool[src]
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &PllSrc) -> bool[src]
This method tests for !=.
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
impl<T> Same<T> for T
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.