pub struct SetViewClearMrtArgs {
    pub c_0: u8,
    pub c_1: u8,
    pub c_2: u8,
    pub c_3: u8,
    pub c_4: u8,
    pub c_5: u8,
    pub c_6: u8,
    pub c_7: u8,
}

Fields

c_0: u8

Palette index for frame buffer attachment 0.

c_1: u8

Palette index for frame buffer attachment 1.

c_2: u8

Palette index for frame buffer attachment 2.

c_3: u8

Palette index for frame buffer attachment 3.

c_4: u8

Palette index for frame buffer attachment 4.

c_5: u8

Palette index for frame buffer attachment 5.

c_6: u8

Palette index for frame buffer attachment 6.

c_7: u8

Palette index for frame buffer attachment 7.

Trait Implementations

Returns the “default value” for a type. Read more

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.