#[repr(C)]pub struct NT_TIB {
    pub ExceptionList: *mut EXCEPTION_REGISTRATION_RECORD,
    pub StackBase: PVOID,
    pub StackLimit: PVOID,
    pub SubSystemTib: PVOID,
    pub u: NT_TIB_u,
    pub ArbitraryUserPointer: PVOID,
    pub _Self: *mut NT_TIB,
}Fields
ExceptionList: *mut EXCEPTION_REGISTRATION_RECORDStackBase: PVOIDStackLimit: PVOIDSubSystemTib: PVOIDu: NT_TIB_uArbitraryUserPointer: PVOID_Self: *mut NT_TIBTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NT_TIB
impl !Send for NT_TIB
impl !Sync for NT_TIB
impl Unpin for NT_TIB
impl UnwindSafe for NT_TIB
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