pub enum TIM2ENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field TIM2EN
Variants§
Auto Trait Implementations§
impl Freeze for TIM2ENW
impl RefUnwindSafe for TIM2ENW
impl Send for TIM2ENW
impl Sync for TIM2ENW
impl Unpin for TIM2ENW
impl UnwindSafe for TIM2ENW
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