Struct vulkano::format::BC4SnormBlock[][src]

pub struct BC4SnormBlock;

Trait Implementations

impl Debug for BC4SnormBlock
[src]

Formats the value using the given formatter. Read more

impl Copy for BC4SnormBlock
[src]

impl Clone for BC4SnormBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BC4SnormBlock
[src]

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

impl FormatDesc for BC4SnormBlock
[src]

impl PossibleCompressedFormatDesc for BC4SnormBlock
[src]

impl PossibleFloatOrCompressedFormatDesc for BC4SnormBlock
[src]

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

Auto Trait Implementations