Enum stm32_metapac::rcc::vals::Pllmcodiv
#[repr(u8)]pub enum Pllmcodiv {
DIV2 = 0,
DIV1 = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Pllmcodiv
impl Ord for Pllmcodiv
§impl PartialOrd for Pllmcodiv
impl PartialOrd for Pllmcodiv
impl Copy for Pllmcodiv
impl Eq for Pllmcodiv
impl StructuralPartialEq for Pllmcodiv
Auto Trait Implementations§
impl Freeze for Pllmcodiv
impl RefUnwindSafe for Pllmcodiv
impl Send for Pllmcodiv
impl Sync for Pllmcodiv
impl Unpin for Pllmcodiv
impl UnwindSafe for Pllmcodiv
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
)