Enum sega_cmp::Size [] [src]

pub enum Size {
    Byte,
    Word,
    Longword,
}

Used to denote the width of data to compress. Because CMP compression was created to be used on the SH-2 CPU, the size names come from the three sizes of data used on the SH-2.

Variants

8-bit

16-bit

32-bit

Trait Implementations

impl Copy for Size
[src]

impl Clone for Size
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more