Function nix::sys::termios::cfgetospeed
source · pub fn cfgetospeed(termios: &Termios) -> BaudRateExpand description
Get output baud rate (see cfgetospeed(3p)).
cfgetospeed() extracts the output baud rate from the given Termios structure.