MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / make_raw

Method make_raw

src/termios/types.rs:85–87  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

83 #[doc(alias = "cfmakeraw")]
84 #[inline]
85 pub fn make_raw(&mut self) {
86 backend::termios::syscalls::cfmakeraw(self)
87 }
88
89 /// Return the input communication speed.
90 ///

Callers 1

mainFunction · 0.80

Calls 1

cfmakerawFunction · 0.50

Tested by

no test coverage detected