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

Function none

src/ioctl/mod.rs:231–233  ·  view source on GitHub ↗
(group: u8, number: u8)

Source from the content-addressed store, hash-verified

229 #[doc(alias = "_IO")]
230 #[inline]
231 pub const fn none(group: u8, number: u8) -> Opcode {
232 from_components(Direction::None, group, number, 0)
233 }
234
235 /// Create a new reading opcode from a group, a number and the type of
236 /// data.

Callers

nothing calls this directly

Calls 1

from_componentsFunction · 0.85

Tested by

no test coverage detected