Struct vulkano::format::ASTC_8x5UnormBlock[][src]

pub struct ASTC_8x5UnormBlock;

Trait Implementations

impl Debug for ASTC_8x5UnormBlock
[src]

Formats the value using the given formatter. Read more

impl Copy for ASTC_8x5UnormBlock
[src]

impl Clone for ASTC_8x5UnormBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ASTC_8x5UnormBlock
[src]

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

impl FormatDesc for ASTC_8x5UnormBlock
[src]

impl PossibleCompressedFormatDesc for ASTC_8x5UnormBlock
[src]

impl PossibleFloatOrCompressedFormatDesc for ASTC_8x5UnormBlock
[src]

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

Auto Trait Implementations