pub struct Tim2rstR { /* private fields */ }
Expand description
Value of the field TIM2RST
Implementations§
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