Enum Msipllsel
#[repr(u8)]pub enum Msipllsel {
Msik = 0,
Msis = 1,
}Variants§
Msik = 0
PLL mode applied to MSIK (MSI kernel) clock output
Msis = 1
PLL mode applied to MSIS (MSI system) clock output
Implementations§
Trait Implementations§
impl Copy for Msipllsel
impl Eq for Msipllsel
§impl Ord for Msipllsel
impl Ord for Msipllsel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Msipllsel
impl PartialOrd for Msipllsel
impl StructuralPartialEq for Msipllsel
Auto Trait Implementations§
impl Freeze for Msipllsel
impl RefUnwindSafe for Msipllsel
impl Send for Msipllsel
impl Sync for Msipllsel
impl Unpin for Msipllsel
impl UnsafeUnpin for Msipllsel
impl UnwindSafe for Msipllsel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more