Struct vulkano::format::B8G8R8Snorm[][src]

pub struct B8G8R8Snorm;

Trait Implementations

impl Debug for B8G8R8Snorm
[src]

Formats the value using the given formatter. Read more

impl Copy for B8G8R8Snorm
[src]

impl Clone for B8G8R8Snorm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for B8G8R8Snorm
[src]

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

impl FormatDesc for B8G8R8Snorm
[src]

impl PossibleFloatFormatDesc for B8G8R8Snorm
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for B8G8R8Snorm
[src]

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

impl StrongStorage for B8G8R8Snorm
[src]

impl AcceptsPixels<[i8; 3]> for B8G8R8Snorm
[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<i8> for B8G8R8Snorm
[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

impl Send for B8G8R8Snorm

impl Sync for B8G8R8Snorm