Struct chiprust_emu::Chip8[][src]

pub struct Chip8 {
    pub display: Display,
    // some fields omitted
}

Fields

display: Display

Implementations

The at parameter should almost always be 0x200. It’s here for compatability with ETI 660 programs (starting with 0x600). Panics if at is less than 240, where the default font lies.

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.