Enum 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