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

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

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

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