pub struct Tx<USART> { /* private fields */ }
Expand description
Serial transmitter
Trait Implementations§
Auto Trait Implementations§
impl<USART> Freeze for Tx<USART>
impl<USART> RefUnwindSafe for Tx<USART>where
USART: RefUnwindSafe,
impl<USART> Send for Tx<USART>where
USART: Send,
impl<USART> Sync for Tx<USART>where
USART: Sync,
impl<USART> Unpin for Tx<USART>where
USART: Unpin,
impl<USART> UnwindSafe for Tx<USART>where
USART: UnwindSafe,
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