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