Struct vulkano::format::BC5UnormBlock [] [src]

pub struct BC5UnormBlock;

Trait Implementations

impl Debug for BC5UnormBlock
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for BC5UnormBlock
[src]

impl Clone for BC5UnormBlock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for BC5UnormBlock
[src]

[src]

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

impl FormatDesc for BC5UnormBlock
[src]

[src]

[src]

impl PossibleCompressedFormatDesc for BC5UnormBlock
[src]

[src]

impl PossibleFloatOrCompressedFormatDesc for BC5UnormBlock
[src]

[src]

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

Auto Trait Implementations

impl Send for BC5UnormBlock

impl Sync for BC5UnormBlock