Struct windows::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,
}
Fields§
§ExceptionList: u64
§StackBase: u64
§StackLimit: u64
§SubSystemTib: u64
§Anonymous: NT_TIB64_0
§ArbitraryUserPointer: u64
§Self_: u64
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)