Struct vulkano::format::R32G32B32Uint[][src]

pub struct R32G32B32Uint;

Trait Implementations

impl Debug for R32G32B32Uint
[src]

Formats the value using the given formatter. Read more

impl Copy for R32G32B32Uint
[src]

impl Clone for R32G32B32Uint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for R32G32B32Uint
[src]

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

impl FormatDesc for R32G32B32Uint
[src]

impl PossibleUintFormatDesc for R32G32B32Uint
[src]

impl StrongStorage for R32G32B32Uint
[src]

impl AcceptsPixels<[u32; 3]> for R32G32B32Uint
[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<u32> for R32G32B32Uint
[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

Auto Trait Implementations