Function nix::sys::termios::cfsetospeed

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

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

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