pub fn cfsetospeed(termios: &mut Termios, baud: BaudRate) -> Result<()>
Available on crate feature term only.
Expand description

Set output baud rate (see cfsetospeed(3p)).

cfsetospeed() sets the output baud rate in the given Termios structure.