#[repr(C)]pub struct NT_TIB64 {
    pub ExceptionList: DWORD64,
    pub StackBase: DWORD64,
    pub StackLimit: DWORD64,
    pub SubSystemTib: DWORD64,
    pub u: NT_TIB64_u,
    pub ArbitraryUserPointer: DWORD64,
    pub _Self: DWORD64,
}Fields
ExceptionList: DWORD64StackBase: DWORD64StackLimit: DWORD64SubSystemTib: DWORD64u: NT_TIB64_uArbitraryUserPointer: DWORD64_Self: DWORD64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NT_TIB64
impl Send for NT_TIB64
impl Sync for NT_TIB64
impl Unpin for NT_TIB64
impl UnwindSafe for NT_TIB64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more