Struct vulkano::format::R16G16B16Unorm[][src]

pub struct R16G16B16Unorm;

Trait Implementations

impl Debug for R16G16B16Unorm
[src]

Formats the value using the given formatter. Read more

impl Copy for R16G16B16Unorm
[src]

impl Clone for R16G16B16Unorm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for R16G16B16Unorm
[src]

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

impl FormatDesc for R16G16B16Unorm
[src]

impl PossibleFloatFormatDesc for R16G16B16Unorm
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for R16G16B16Unorm
[src]

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

impl StrongStorage for R16G16B16Unorm
[src]

impl AcceptsPixels<[u16; 3]> for R16G16B16Unorm
[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<u16> for R16G16B16Unorm
[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