#[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: DWORD64
§StackBase: DWORD64
§StackLimit: DWORD64
§SubSystemTib: DWORD64
§u: NT_TIB64_u
§ArbitraryUserPointer: DWORD64
§_Self: DWORD64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NT_TIB64
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§
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