Struct vulkano::format::X8_D24UnormPack32[][src]

pub struct X8_D24UnormPack32;

Trait Implementations

impl Debug for X8_D24UnormPack32
[src]

Formats the value using the given formatter. Read more

impl Copy for X8_D24UnormPack32
[src]

impl Clone for X8_D24UnormPack32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for X8_D24UnormPack32
[src]

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

impl FormatDesc for X8_D24UnormPack32
[src]

impl PossibleDepthFormatDesc for X8_D24UnormPack32
[src]

Auto Trait Implementations