Struct vulkano::format::A8B8G8R8UnormPack32 [] [src]

pub struct A8B8G8R8UnormPack32;

Trait Implementations

impl Debug for A8B8G8R8UnormPack32
[src]

Formats the value using the given formatter.

impl Copy for A8B8G8R8UnormPack32
[src]

impl Clone for A8B8G8R8UnormPack32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for A8B8G8R8UnormPack32
[src]

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

impl FormatDesc for A8B8G8R8UnormPack32
[src]

impl PossibleFloatFormatDesc for A8B8G8R8UnormPack32
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for A8B8G8R8UnormPack32
[src]

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

impl StrongStorage for A8B8G8R8UnormPack32
[src]

impl AcceptsPixels<[u8; 4]> for A8B8G8R8UnormPack32
[src]

Returns an error if T cannot be used as a source of pixels for Self.

The number of Ts which make up a single pixel. Read more

impl AcceptsPixels<u8> for A8B8G8R8UnormPack32
[src]

Returns an error if T cannot be used as a source of pixels for Self.

The number of Ts which make up a single pixel. Read more