pub enum TIM15 {
NotInterrupted = 0,
Interrupted = 1,
}
Expand description
TIM15
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TIM15
impl Eq for TIM15
impl StructuralPartialEq for TIM15
Auto Trait Implementations§
impl Freeze for TIM15
impl RefUnwindSafe for TIM15
impl Send for TIM15
impl Sync for TIM15
impl Unpin for TIM15
impl UnwindSafe for TIM15
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