#[repr(C)]
pub struct NT_TIB { pub ExceptionList: *mut EXCEPTION_REGISTRATION_RECORD, pub StackBase: *mut c_void, pub StackLimit: *mut c_void, pub SubSystemTib: *mut c_void, pub Anonymous: NT_TIB_0, pub ArbitraryUserPointer: *mut c_void, pub Self_: *mut NT_TIB, }
Expand description

Required features: "Win32_System_Kernel", "Win32_Foundation", "Win32_System_Diagnostics_Debug"

Fields

ExceptionList: *mut EXCEPTION_REGISTRATION_RECORDStackBase: *mut c_voidStackLimit: *mut c_voidSubSystemTib: *mut c_voidAnonymous: NT_TIB_0ArbitraryUserPointer: *mut c_voidSelf_: *mut NT_TIB

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.