TlsIndex

Type Alias TlsIndex 

Source
pub type TlsIndex = tls_index;
Expand description

Index of a TLS variable.

Aliased Type§

#[repr(C)]
pub struct TlsIndex { pub mod_id: usize, pub offset: usize, }

Fields§

§mod_id: usize§offset: usize