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