#[repr(u32)]pub enum SysclkFreq {
Pll144Mhz = 144_000_000,
}Variants§
Pll144Mhz = 144_000_000
Trait Implementations§
Source§impl Clone for SysclkFreq
impl Clone for SysclkFreq
Source§fn clone(&self) -> SysclkFreq
fn clone(&self) -> SysclkFreq
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SysclkFreq
impl PartialEq for SysclkFreq
impl Copy for SysclkFreq
impl Eq for SysclkFreq
impl StructuralPartialEq for SysclkFreq
Auto Trait Implementations§
impl Freeze for SysclkFreq
impl RefUnwindSafe for SysclkFreq
impl Send for SysclkFreq
impl Sync for SysclkFreq
impl Unpin for SysclkFreq
impl UnwindSafe for SysclkFreq
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