Function nix::sys::termios::cfsetospeed[][src]

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

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

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