Struct asyncio::serial_port::SerialPort [] [src]

pub struct SerialPort { /* fields omitted */ }

Methods

impl SerialPort
[src]

Trait Implementations

impl IoObject for SerialPort
[src]

Returns a IoService associated with this object.

impl Stream for SerialPort
[src]

impl AsRawFd for SerialPort
[src]

Extracts the raw file descriptor. Read more