Struct vulkano::format::A8B8G8R8SscaledPack32 [] [src]

pub struct A8B8G8R8SscaledPack32;

Trait Implementations

impl Debug for A8B8G8R8SscaledPack32
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for A8B8G8R8SscaledPack32
[src]

impl Clone for A8B8G8R8SscaledPack32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for A8B8G8R8SscaledPack32
[src]

[src]

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

impl FormatDesc for A8B8G8R8SscaledPack32
[src]

[src]

[src]

impl PossibleFloatFormatDesc for A8B8G8R8SscaledPack32
[src]

[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for A8B8G8R8SscaledPack32
[src]

[src]

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

impl StrongStorage for A8B8G8R8SscaledPack32
[src]

impl AcceptsPixels<[i8; 4]> for A8B8G8R8SscaledPack32
[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<i8> for A8B8G8R8SscaledPack32
[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

Auto Trait Implementations