pub struct Tim16rstR { /* private fields */ }
Expand description
Value of the field TIM16RST
Implementations§
Auto Trait Implementations§
impl Freeze for Tim16rstR
impl RefUnwindSafe for Tim16rstR
impl Send for Tim16rstR
impl Sync for Tim16rstR
impl Unpin for Tim16rstR
impl UnwindSafe for Tim16rstR
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