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