Struct vulkano::format::D32Sfloat_S8Uint[][src]

pub struct D32Sfloat_S8Uint;

Trait Implementations

impl Debug for D32Sfloat_S8Uint
[src]

Formats the value using the given formatter. Read more

impl Copy for D32Sfloat_S8Uint
[src]

impl Clone for D32Sfloat_S8Uint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for D32Sfloat_S8Uint
[src]

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

impl FormatDesc for D32Sfloat_S8Uint
[src]

impl PossibleDepthStencilFormatDesc for D32Sfloat_S8Uint
[src]

Auto Trait Implementations