Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
1162
struct SpecialCode(u8);
1163
1164
impl core::fmt::Debug for SpecialCode {
1165
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
Callers
1
fmt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected