Module rustc_metadata::rmeta::table
source · Macros§
- fixed_size_enum π
Structs§
- TableBuilder πHelper for constructing a tableβs serialization (also see
Table
).
Traits§
- FixedSizeEncoding πHelper trait, for encoding to, and decoding from, a fixed number of bytes. Used mainly for Lazy positions and lengths. Unchecked invariant:
Self::default()
should encode as[0; BYTE_LEN]
, but this has no impact on safety. - IsDefault π
Functions§
- decode_interleaved π
- encode_interleaved π
- trailing_zeros π