Struct vulkano::format::R8G8B8Srgb [] [src]

pub struct R8G8B8Srgb;

Trait Implementations

impl Debug for R8G8B8Srgb
[src]

Formats the value using the given formatter.

impl Copy for R8G8B8Srgb
[src]

impl Clone for R8G8B8Srgb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for R8G8B8Srgb
[src]

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

impl FormatDesc for R8G8B8Srgb
[src]

impl PossibleFloatFormatDesc for R8G8B8Srgb
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for R8G8B8Srgb
[src]

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

impl StrongStorage for R8G8B8Srgb
[src]

impl AcceptsPixels<[u8; 3]> for R8G8B8Srgb
[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<u8> for R8G8B8Srgb
[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