Type Alias TlsIndex

Source
pub type TlsIndex = tls_index;
Expand description

Index of a TLS variable.

Aliased Type§

struct TlsIndex {
    pub mod_id: usize,
    pub offset: usize,
}

Fields§

§mod_id: usize§offset: usize