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