#[repr(C)]pub struct INITIAL_TEB_OldInitialTeb {
pub OldStackBase: PVOID,
pub OldStackLimit: PVOID,
}Fields§
§OldStackBase: PVOID§OldStackLimit: PVOIDTrait Implementations§
Source§impl Clone for INITIAL_TEB_OldInitialTeb
impl Clone for INITIAL_TEB_OldInitialTeb
Source§fn clone(&self) -> INITIAL_TEB_OldInitialTeb
fn clone(&self) -> INITIAL_TEB_OldInitialTeb
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for INITIAL_TEB_OldInitialTeb
Auto Trait Implementations§
impl !Send for INITIAL_TEB_OldInitialTeb
impl !Sync for INITIAL_TEB_OldInitialTeb
impl Freeze for INITIAL_TEB_OldInitialTeb
impl RefUnwindSafe for INITIAL_TEB_OldInitialTeb
impl Unpin for INITIAL_TEB_OldInitialTeb
impl UnsafeUnpin for INITIAL_TEB_OldInitialTeb
impl UnwindSafe for INITIAL_TEB_OldInitialTeb
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