Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ SpecialCodeIndex
Class
SpecialCodeIndex
src/termios/types.rs:1183–1183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1181
/// Indices for use with [`Termios::special_codes`].
1182
#[derive(Copy, Clone, Eq, PartialEq, Hash)]
1183
pub struct SpecialCodeIndex(usize);
1184
1185
#[rustfmt::skip]
1186
impl SpecialCodeIndex {
Callers
1
fmt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected