Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a20f93 + 5dd2f39 commit b2791dbCopy full SHA for b2791db
src/unix/mod.rs
@@ -775,8 +775,10 @@ extern {
775
pub fn tcdrain(fd: ::c_int) -> ::c_int;
776
pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t;
777
pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t;
778
+ pub fn cfmakeraw(termios: *mut ::termios);
779
pub fn cfsetispeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
780
pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
781
+ pub fn cfsetspeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
782
pub fn tcgetattr(fd: ::c_int, termios: *mut ::termios) -> ::c_int;
783
pub fn tcsetattr(fd: ::c_int,
784
optional_actions: ::c_int,
0 commit comments