#[repr(C)]
pub enum CPUFlag {
Show 21 variants CF, PF, AF, ZF, SF, TF, IF, DF, OF, IOPL, NT, RF, VM, AC, VIF, VIP, ID, C0, C1, C2, C3,
}
Expand description

Defines the ZydisCPUFlag enum.

Variants

CF

Carry flag.

PF

Parity flag.

AF

Adjust flag.

ZF

Zero flag.

SF

Sign flag.

TF

Trap flag.

IF

Interrupt enable flag.

DF

Direction flag.

OF

Overflow flag.

IOPL

I/O privilege level flag.

NT

Nested task flag.

RF

Resume flag.

VM

Virtual 8086 mode flag.

AC

Alignment check.

VIF

Virtual interrupt flag.

VIP

Virtual interrupt pending.

ID

Able to use CPUID instruction.

C0

FPU condition-code flag 0.

C1

FPU condition-code flag 1.

C2

FPU condition-code flag 2.

C3

FPU condition-code flag 3.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.