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