Type Alias NT_TIB64

Source
pub type NT_TIB64 = _NT_TIB64;

Aliased Type§

struct NT_TIB64 {
    pub ExceptionList: u64,
    pub StackBase: u64,
    pub StackLimit: u64,
    pub SubSystemTib: u64,
    pub __bindgen_anon_1: _NT_TIB64__bindgen_ty_1,
    pub ArbitraryUserPointer: u64,
    pub Self_: u64,
}

Fields§

§ExceptionList: u64§StackBase: u64§StackLimit: u64§SubSystemTib: u64§__bindgen_anon_1: _NT_TIB64__bindgen_ty_1§ArbitraryUserPointer: u64§Self_: u64