pub fn cfgetospeed(termios: &Termios) -> BaudRate
Available on crate feature
term
only.Expand description
Get output baud rate (see cfgetospeed(3p)).
cfgetospeed()
extracts the output baud rate from the given Termios
structure.
pub fn cfgetospeed(termios: &Termios) -> BaudRate
term
only.Get output baud rate (see cfgetospeed(3p)).
cfgetospeed()
extracts the output baud rate from the given Termios
structure.