#[repr(C)]pub struct NT_TIB {
pub ExceptionList: *mut EXCEPTION_REGISTRATION_RECORD,
pub StackBase: *mut c_void,
pub StackLimit: *mut c_void,
pub SubSystemTib: *mut c_void,
pub Anonymous: NT_TIB_0,
pub ArbitraryUserPointer: *mut c_void,
pub Self_: *mut NT_TIB,
}
Fields§
§ExceptionList: *mut EXCEPTION_REGISTRATION_RECORD
§StackBase: *mut c_void
§StackLimit: *mut c_void
§SubSystemTib: *mut c_void
§Anonymous: NT_TIB_0
§ArbitraryUserPointer: *mut c_void
§Self_: *mut NT_TIB
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NT_TIB
impl RefUnwindSafe for NT_TIB
impl !Send for NT_TIB
impl !Sync for NT_TIB
impl Unpin for NT_TIB
impl UnwindSafe for NT_TIB
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
)