logo
pub struct RflagsBits;
Expand description

RFLAGS bits, FPU condition code bits and misc bits (UIF) supported by the instruction info code

Implementations

No bit is set

RFLAGS.OF

RFLAGS.SF

RFLAGS.ZF

RFLAGS.AF

RFLAGS.CF

RFLAGS.PF

RFLAGS.DF

RFLAGS.IF

RFLAGS.AC

UIF

FPU status word bit C0

FPU status word bit C1

FPU status word bit C2

FPU status word bit C3

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.