Struct ase::CelChunk

source ·
pub struct CelChunk {
    pub layer_index: u16,
    pub x_position: i16,
    pub y_position: i16,
    pub opacity_level: u8,
    pub cel: Cel,
}

Fields

layer_index: u16x_position: i16y_position: i16opacity_level: u8cel: Cel

Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.