pub fn cfsetospeed(termios: &mut Termios, baud: BaudRate) -> Result<(), Errno>
Expand description

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

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