Struct serialport::SerialPortSettings [] [src]

pub struct SerialPortSettings { /* fields omitted */ }

A struct containing all serial port settings

Trait Implementations

impl Debug for SerialPortSettings
[src]

Formats the value using the given formatter.

impl Copy for SerialPortSettings
[src]

impl Clone for SerialPortSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SerialPortSettings
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SerialPortSettings
[src]