Enum stm32_metapac::rcc::vals::Pllr
#[repr(u8)]pub enum Pllr {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
DIV2 = 2,
DIV3 = 3,
DIV4 = 4,
DIV5 = 5,
DIV6 = 6,
DIV7 = 7,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Pllr
impl Ord for Pllr
§impl PartialOrd for Pllr
impl PartialOrd for Pllr
impl Copy for Pllr
impl Eq for Pllr
impl StructuralPartialEq for Pllr
Auto Trait Implementations§
impl Freeze for Pllr
impl RefUnwindSafe for Pllr
impl Send for Pllr
impl Sync for Pllr
impl Unpin for Pllr
impl UnwindSafe for Pllr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)