#[repr(u8)]pub enum TimerSrc {
CAN_BIT_CLOCK = 0,
EXTERNAL_CLOCK = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for TimerSrc
impl Ord for TimerSrc
Source§impl PartialOrd for TimerSrc
impl PartialOrd for TimerSrc
impl Copy for TimerSrc
impl Eq for TimerSrc
impl StructuralPartialEq for TimerSrc
Auto Trait Implementations§
impl Freeze for TimerSrc
impl RefUnwindSafe for TimerSrc
impl Send for TimerSrc
impl Sync for TimerSrc
impl Unpin for TimerSrc
impl UnwindSafe for TimerSrc
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