pub struct BasicDataFormatDescriptor<'data> {
    pub color_model: Option<ColorModel>,
    pub color_primaries: Option<ColorPrimaries>,
    pub transfer_function: Option<TransferFunction>,
    pub flags: DataFormatFlags,
    pub texel_block_dimensions: [u32; 4],
    pub bytes_planes: [u32; 8],
    /* private fields */
}

Fields

color_model: Option<ColorModel>

None means Unspecified or is an otherwise unknown value

color_primaries: Option<ColorPrimaries>

None means Unspecified or is an otherwise unknown value

transfer_function: Option<TransferFunction>

None means Unspecified or is an otherwise unknown value

flags: DataFormatFlagstexel_block_dimensions: [u32; 4]bytes_planes: [u32; 8]

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

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.