pub enum TIM2RSTR {
RESET,
_Reserved(bool),
}
Expand description
Possible values of the field TIM2RST
Variants§
Implementations§
Trait Implementations§
impl Copy for TIM2RSTR
impl StructuralPartialEq for TIM2RSTR
Auto Trait Implementations§
impl Freeze for TIM2RSTR
impl RefUnwindSafe for TIM2RSTR
impl Send for TIM2RSTR
impl Sync for TIM2RSTR
impl Unpin for TIM2RSTR
impl UnwindSafe for TIM2RSTR
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