pub type TlsIndex = tls_index;
Index of a TLS variable.
struct TlsIndex { pub mod_id: usize, pub offset: usize, }
mod_id: usize
offset: usize