Struct intel_8080_emu::proc_state::Flags[][src]

pub struct Flags {
    pub z: bool,
    pub s: bool,
    pub p: bool,
    pub cy: bool,
    pub ac: bool,
}

Fields

Methods

impl Flags
[src]

Trait Implementations

impl Default for Flags
[src]

Returns the "default value" for a type. Read more

impl Debug for Flags
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Flags
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Flags

impl Sync for Flags