Enum stm32_metapac::rcc::vals::Plldivst
#[repr(u8)]pub enum Plldivst {
DIV1 = 0,
DIV2 = 1,
DIV3 = 2,
DIV4 = 3,
DIV5 = 4,
DIV6 = 5,
DIV7 = 6,
DIV8 = 7,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Plldivst
impl Ord for Plldivst
§impl PartialOrd for Plldivst
impl PartialOrd for Plldivst
impl Copy for Plldivst
impl Eq for Plldivst
impl StructuralPartialEq for Plldivst
Auto Trait Implementations§
impl Freeze for Plldivst
impl RefUnwindSafe for Plldivst
impl Send for Plldivst
impl Sync for Plldivst
impl Unpin for Plldivst
impl UnwindSafe for Plldivst
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
)