Struct vulkano::format::BC1_RGBSrgbBlock[][src]

pub struct BC1_RGBSrgbBlock;

Trait Implementations

impl Debug for BC1_RGBSrgbBlock
[src]

Formats the value using the given formatter. Read more

impl Copy for BC1_RGBSrgbBlock
[src]

impl Clone for BC1_RGBSrgbBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BC1_RGBSrgbBlock
[src]

Returns the "default value" for a type. Read more

impl FormatDesc for BC1_RGBSrgbBlock
[src]

impl PossibleCompressedFormatDesc for BC1_RGBSrgbBlock
[src]

impl PossibleFloatOrCompressedFormatDesc for BC1_RGBSrgbBlock
[src]

Returns true if the format is a float or compressed format.

Auto Trait Implementations