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