#[repr(C)]pub struct NT_TIB32 {
    pub ExceptionList: DWORD,
    pub StackBase: DWORD,
    pub StackLimit: DWORD,
    pub SubSystemTib: DWORD,
    pub u: NT_TIB32_u,
    pub ArbitraryUserPointer: DWORD,
    pub Self_: DWORD,
}Fields§
§ExceptionList: DWORD§StackBase: DWORD§StackLimit: DWORD§SubSystemTib: DWORD§u: NT_TIB32_u§ArbitraryUserPointer: DWORD§Self_: DWORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for NT_TIB32
impl RefUnwindSafe for NT_TIB32
impl Send for NT_TIB32
impl Sync for NT_TIB32
impl Unpin for NT_TIB32
impl UnwindSafe for NT_TIB32
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more