Struct win_sys::SystemServices::NT_TIB64 [−][src]
#[repr(C)]pub struct NT_TIB64 {
pub ExceptionList: u64,
pub StackBase: u64,
pub StackLimit: u64,
pub SubSystemTib: u64,
pub Anonymous: NT_TIB64_0,
pub ArbitraryUserPointer: u64,
pub Self_: u64,
}Expand description
Required features: Win32_System_SystemServices
Fields
ExceptionList: u64StackBase: u64StackLimit: u64SubSystemTib: u64Anonymous: NT_TIB64_0ArbitraryUserPointer: u64Self_: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NT_TIB64
impl UnwindSafe for NT_TIB64
Blanket Implementations
Mutably borrows from an owned value. Read more