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