#[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_: DWORD
Trait Implementations
Auto Trait Implementations
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
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