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