Struct vulkano::format::A8B8G8R8UintPack32 [] [src]

pub struct A8B8G8R8UintPack32;

Trait Implementations

impl Debug for A8B8G8R8UintPack32
[src]

[src]

Formats the value using the given formatter.

impl Copy for A8B8G8R8UintPack32
[src]

impl Clone for A8B8G8R8UintPack32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for A8B8G8R8UintPack32
[src]

[src]

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

impl FormatDesc for A8B8G8R8UintPack32
[src]

[src]

[src]

impl PossibleUintFormatDesc for A8B8G8R8UintPack32
[src]

[src]

impl StrongStorage for A8B8G8R8UintPack32
[src]

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

[src]

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

[src]

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

impl AcceptsPixels<u8> for A8B8G8R8UintPack32
[src]

[src]

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

[src]

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