Struct ntapi::ntpsapi::INITIAL_TEB
source · [−]#[repr(C)]pub struct INITIAL_TEB {
pub OldInitialTeb: INITIAL_TEB_OldInitialTeb,
pub StackBase: PVOID,
pub StackLimit: PVOID,
pub StackAllocationBase: PVOID,
}
Fields
OldInitialTeb: INITIAL_TEB_OldInitialTeb
StackBase: PVOID
StackLimit: PVOID
StackAllocationBase: PVOID
Trait Implementations
sourceimpl Clone for INITIAL_TEB
impl Clone for INITIAL_TEB
sourcefn clone(&self) -> INITIAL_TEB
fn clone(&self) -> INITIAL_TEB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy 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
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