pub enum CTimerInstance {
CTimer0,
CTimer1,
CTimer2,
CTimer3,
CTimer4,
}Expand description
Which instance of the CTimer is this?
Should not be directly selectable by end-users.
Variants§
Trait Implementations§
Source§impl Clone for CTimerInstance
impl Clone for CTimerInstance
Source§fn clone(&self) -> CTimerInstance
fn clone(&self) -> CTimerInstance
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 Debug for CTimerInstance
impl Debug for CTimerInstance
Source§impl PartialEq for CTimerInstance
impl PartialEq for CTimerInstance
impl Copy for CTimerInstance
impl Eq for CTimerInstance
impl StructuralPartialEq for CTimerInstance
Auto Trait Implementations§
impl Freeze for CTimerInstance
impl RefUnwindSafe for CTimerInstance
impl Send for CTimerInstance
impl Sync for CTimerInstance
impl Unpin for CTimerInstance
impl UnwindSafe for CTimerInstance
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