Struct vulkano::format::ASTC_8x8SrgbBlock [] [src]

pub struct ASTC_8x8SrgbBlock;

Trait Implementations

impl Debug for ASTC_8x8SrgbBlock
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ASTC_8x8SrgbBlock
[src]

impl Clone for ASTC_8x8SrgbBlock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ASTC_8x8SrgbBlock
[src]

[src]

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

impl FormatDesc for ASTC_8x8SrgbBlock
[src]

[src]

[src]

impl PossibleCompressedFormatDesc for ASTC_8x8SrgbBlock
[src]

[src]

impl PossibleFloatOrCompressedFormatDesc for ASTC_8x8SrgbBlock
[src]

[src]

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

Auto Trait Implementations