Struct vulkano::format::B8G8R8Unorm [] [src]

pub struct B8G8R8Unorm;

Trait Implementations

impl Debug for B8G8R8Unorm
[src]

Formats the value using the given formatter.

impl Copy for B8G8R8Unorm
[src]

impl Clone for B8G8R8Unorm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for B8G8R8Unorm
[src]

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

impl FormatDesc for B8G8R8Unorm
[src]

impl PossibleFloatFormatDesc for B8G8R8Unorm
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for B8G8R8Unorm
[src]

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

impl StrongStorage for B8G8R8Unorm
[src]