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

pub struct X8_D24UnormPack32;

Trait Implementations

impl Default for X8_D24UnormPack32
[src]

fn default() -> X8_D24UnormPack32

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

impl Clone for X8_D24UnormPack32
[src]

fn clone(&self) -> X8_D24UnormPack32

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for X8_D24UnormPack32
[src]

impl Debug for X8_D24UnormPack32
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl FormatDesc for X8_D24UnormPack32
[src]

type ClearValue = f32

fn format(&self) -> Format

fn decode_clear_value(&self, val: Self::ClearValue) -> ClearValue

impl PossibleDepthFormatDesc for X8_D24UnormPack32
[src]

fn is_depth(&self) -> bool