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: u64StackBase: u64StackLimit: u64SubSystemTib: u64Anonymous: NT_TIB64_0ArbitraryUserPointer: u64Self_: u64Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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