Struct lrs::tty::TtyAttr

Syntax

struct TtyAttr(termios2)

Fields

PositionDescription
1

Methods

ReceiverNameDescription
&selfinput_speed
&selfoutput_speed
&mut selfset_input_speed
&mut selfset_output_speed

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

Debug

Objects that can be formatted in a "debug" form.

Index

Objects that implement the immutable subscript operator.

IndexMut

Objects that implement the mutable subscript operator.

MaybeClone

Objects that can be duplicated.

Pod

Objects that are safe to use if they contain a random bit pattern.