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