MCPcopy 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)]
1183pub struct SpecialCodeIndex(usize);
1184
1185#[rustfmt::skip]
1186impl SpecialCodeIndex {

Callers 1

fmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected