pub enum PerclkClockSel {
IPG,
Oscillator,
}
Expand description
Periodic clock selection for GPTs and PITs
Variants§
Trait Implementations§
Source§impl Clone for PerclkClockSel
impl Clone for PerclkClockSel
Source§fn clone(&self) -> PerclkClockSel
fn clone(&self) -> PerclkClockSel
Returns a copy 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 Debug for PerclkClockSel
impl Debug for PerclkClockSel
Source§impl PartialEq for PerclkClockSel
impl PartialEq for PerclkClockSel
impl Copy for PerclkClockSel
impl Eq for PerclkClockSel
impl StructuralPartialEq for PerclkClockSel
Auto Trait Implementations§
impl Freeze for PerclkClockSel
impl RefUnwindSafe for PerclkClockSel
impl Send for PerclkClockSel
impl Sync for PerclkClockSel
impl Unpin for PerclkClockSel
impl UnwindSafe for PerclkClockSel
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