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