Enum string_cache_shared::UnpackedAtom
[−]
[src]
pub enum UnpackedAtom {
Dynamic(*mut ()),
Inline(u8, [u8; 7]),
Static(u32),
}Variants
Dynamic | Pointer to a dynamic table entry. Must be 16-byte aligned! |
Inline | Length + bytes of string. |
Static | Index in static interning table. |