#[repr(u8)]pub enum TsTimer {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The corresponding interrupt source is masked.
ONE = 1
The corresponding interrupt source is not masked.
Implementations§
Trait Implementations§
Source§impl Ord for TsTimer
impl Ord for TsTimer
Source§impl PartialOrd for TsTimer
impl PartialOrd for TsTimer
impl Copy for TsTimer
impl Eq for TsTimer
impl StructuralPartialEq for TsTimer
Auto Trait Implementations§
impl Freeze for TsTimer
impl RefUnwindSafe for TsTimer
impl Send for TsTimer
impl Sync for TsTimer
impl Unpin for TsTimer
impl UnwindSafe for TsTimer
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