Struct windows_sys::Win32::System::SystemServices::NT_TIB64
[−]#[repr(C)]pub struct NT_TIB64 {
pub ExceptionList: u64,
pub StackBase: u64,
pub StackLimit: u64,
pub SubSystemTib: u64,
pub Anonymous: NT_TIB64_0,
pub ArbitraryUserPointer: u64,
pub Self_: u64,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
ExceptionList: u64
StackBase: u64
StackLimit: u64
SubSystemTib: u64
Anonymous: NT_TIB64_0
ArbitraryUserPointer: u64
Self_: u64
Trait 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