Struct ntapi::ntpebteb::ACTIVATION_CONTEXT_STACK
source · [−]#[repr(C)]pub struct ACTIVATION_CONTEXT_STACK {
pub ActiveFrame: *mut RTL_ACTIVATION_CONTEXT_STACK_FRAME,
pub FrameListCache: LIST_ENTRY,
pub Flags: ULONG,
pub NextCookieSequenceNumber: ULONG,
pub StackId: ULONG,
}
Fields
ActiveFrame: *mut RTL_ACTIVATION_CONTEXT_STACK_FRAME
FrameListCache: LIST_ENTRY
Flags: ULONG
NextCookieSequenceNumber: ULONG
StackId: ULONG
Trait Implementations
sourceimpl Clone for ACTIVATION_CONTEXT_STACK
impl Clone for ACTIVATION_CONTEXT_STACK
sourcefn clone(&self) -> ACTIVATION_CONTEXT_STACK
fn clone(&self) -> ACTIVATION_CONTEXT_STACK
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 ACTIVATION_CONTEXT_STACK
Auto Trait Implementations
impl RefUnwindSafe for ACTIVATION_CONTEXT_STACK
impl !Send for ACTIVATION_CONTEXT_STACK
impl !Sync for ACTIVATION_CONTEXT_STACK
impl Unpin for ACTIVATION_CONTEXT_STACK
impl UnwindSafe for ACTIVATION_CONTEXT_STACK
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