Struct vulkano::format::R16Uint [] [src]

pub struct R16Uint;

Trait Implementations

impl Debug for R16Uint
[src]

Formats the value using the given formatter.

impl Copy for R16Uint
[src]

impl Clone for R16Uint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for R16Uint
[src]

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

impl FormatDesc for R16Uint
[src]

impl PossibleUintFormatDesc for R16Uint
[src]

impl StrongStorage for R16Uint
[src]

impl AcceptsPixels<u16> for R16Uint
[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