Function termios::cfmakeraw [] [src]

pub fn cfmakeraw(termios: &mut Termios)

Sets flags to disable all input and output processing.

This function only sets the necessary values on the given Termios structure. The settings are applied on a successful call to tcsetattr().

Portability

This function is not part of the IEEE Std 1003.1 ("POSIX.1") specification, but it is available on Linux, BSD, and OS X.