Function nix::sys::termios::cfsetispeed

source ยท
pub fn cfsetispeed<T: Into<u32>>(termios: &mut Termios, baud: T) -> Result<()>
Available on crate feature term only.
Expand description

Set input baud rate (see cfsetispeed(3p)).

cfsetispeed() sets the intput baud rate in the given Termios structure.