Struct windows_native::ntpsapi::INITIAL_TEB
source ยท #[repr(C)]pub struct INITIAL_TEB {
pub OldInitialTeb: INITIAL_TEB_1,
pub StackBase: *mut c_void,
pub StackLimit: *mut c_void,
pub StackAllocationBase: *mut c_void,
}Fieldsยง
ยงOldInitialTeb: INITIAL_TEB_1ยงStackBase: *mut c_voidยงStackLimit: *mut c_voidยงStackAllocationBase: *mut c_voidTrait Implementationsยง
sourceยงimpl Debug for INITIAL_TEB
impl Debug for INITIAL_TEB
Auto Trait Implementationsยง
impl RefUnwindSafe for INITIAL_TEB
impl !Send for INITIAL_TEB
impl !Sync for INITIAL_TEB
impl Unpin for INITIAL_TEB
impl UnwindSafe for INITIAL_TEB
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