Struct vulkano::format::B8G8R8A8Srgb [] [src]

pub struct B8G8R8A8Srgb;

Trait Implementations

impl Debug for B8G8R8A8Srgb
[src]

[src]

Formats the value using the given formatter.

impl Copy for B8G8R8A8Srgb
[src]

impl Clone for B8G8R8A8Srgb
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for B8G8R8A8Srgb
[src]

[src]

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

impl FormatDesc for B8G8R8A8Srgb
[src]

[src]

[src]

impl PossibleFloatFormatDesc for B8G8R8A8Srgb
[src]

[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for B8G8R8A8Srgb
[src]

[src]

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

impl StrongStorage for B8G8R8A8Srgb
[src]

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