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