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

Class SpecialCode

src/termios/types.rs:1162–1162  ·  view source on GitHub ↗

A newtype for pretty printing.

Source from the content-addressed store, hash-verified

1160
1161/// A newtype for pretty printing.
1162struct SpecialCode(u8);
1163
1164impl core::fmt::Debug for SpecialCode {
1165 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {

Callers 1

fmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected