Struct vulkano::format::R8G8B8A8Uint [] [src]

pub struct R8G8B8A8Uint;

Trait Implementations

impl Debug for R8G8B8A8Uint
[src]

[src]

Formats the value using the given formatter.

impl Copy for R8G8B8A8Uint
[src]

impl Clone for R8G8B8A8Uint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for R8G8B8A8Uint
[src]

[src]

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

impl FormatDesc for R8G8B8A8Uint
[src]

[src]

[src]

impl PossibleUintFormatDesc for R8G8B8A8Uint
[src]

[src]

impl StrongStorage for R8G8B8A8Uint
[src]

impl AcceptsPixels<[u8; 4]> for R8G8B8A8Uint
[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 R8G8B8A8Uint
[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