Enum gba_dvd::sprite::SpriteDimensions[][src]

pub enum SpriteDimensions {
    Size8x8,
    Size16x8,
    Size8x16,
    Size16x16,
    Size32x8,
    Size8x32,
    Size32x32,
    Size32x16,
    Size16x32,
    Size64x64,
    Size64x32,
    Size32x64,
}
Expand description

Valid sizes: 0..=3 Size | 0 | 1 | 2 Size | Square | Horiztontal | Vertical 0 | 8x8 | 16x8 | 8x16 1 | 16x16 | 32x8 | 8x32 2 | 32x32 | 32x16 | 16x32 3 | 64x64 | 64x32 | 32x64

Variants

Size8x8

Size16x8

Size8x16

Size16x16

Size32x8

Size8x32

Size32x32

Size32x16

Size16x32

Size64x64

Size64x32

Size32x64

Implementations

Get attr value for sprite size

Get attr value for sprite shape

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.