#[repr(C)]
pub struct TEB_ACTIVE_FRAME { pub Flags: ULONG, pub Previous: *mut TEB_ACTIVE_FRAME, pub Context: PTEB_ACTIVE_FRAME_CONTEXT, }

Fields

Flags: ULONGPrevious: *mut TEB_ACTIVE_FRAMEContext: PTEB_ACTIVE_FRAME_CONTEXT

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.