#[repr(u8)]pub enum TimerClock {
Hz4096 = 0,
Hz262144 = 1,
Hz65536 = 2,
Hz16384 = 3,
}Expand description
Timer input clock: the TAC clock-select field (bits 1-0).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TimerClock
impl Clone for TimerClock
Source§fn clone(&self) -> TimerClock
fn clone(&self) -> TimerClock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TimerClock
Source§impl Debug for TimerClock
impl Debug for TimerClock
impl Eq for TimerClock
Source§impl PartialEq for TimerClock
impl PartialEq for TimerClock
impl StructuralPartialEq for TimerClock
Auto Trait Implementations§
impl BankSafe for TimerClock
impl Freeze for TimerClock
impl RefUnwindSafe for TimerClock
impl Send for TimerClock
impl Sync for TimerClock
impl Unpin for TimerClock
impl UnsafeUnpin for TimerClock
impl UnwindSafe for TimerClock
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