Enum xbe::ImageKind[][src]

pub enum ImageKind {
    Retail,
    Debug,
}

Describes whether an XBE is for debug or retail models of the Xbox.

This is sort of guessed when the image is loaded and is only encoded in the way the entry point and kernel thunk are XORed with different masks depending on whether it's a retail or debug image.

Variants

An XBE for retail Xboxes.

An XBE for debug Xboxes / devkits.

Trait Implementations

impl Debug for ImageKind
[src]

Formats the value using the given formatter. Read more

impl Copy for ImageKind
[src]

impl Clone for ImageKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ImageKind

impl Sync for ImageKind