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