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