[][src]Struct gd32vf103xx_hal::serial::Tx

pub struct Tx<USART> { /* fields omitted */ }

Serial transmitter

Methods

impl Tx<USART0>[src]

pub fn listen(&mut self)[src]

pub fn unlisten(&mut self)[src]

impl Tx<USART1>[src]

pub fn listen(&mut self)[src]

pub fn unlisten(&mut self)[src]

impl Tx<USART2>[src]

pub fn listen(&mut self)[src]

pub fn unlisten(&mut self)[src]

Trait Implementations

impl<USART> Write for Tx<USART> where
    Tx<USART>: Write<u8>, 
[src]

impl Write<u8> for Tx<USART0>[src]

type Error = Infallible

Write error

impl Write<u8> for Tx<USART1>[src]

type Error = Infallible

Write error

impl Write<u8> for Tx<USART2>[src]

type Error = Infallible

Write error

Auto Trait Implementations

impl<USART> Unpin for Tx<USART> where
    USART: Unpin

impl<USART> Send for Tx<USART> where
    USART: Send

impl<USART> Sync for Tx<USART> where
    USART: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]