Struct vulkano::format::EAC_R11G11UnormBlock[][src]

pub struct EAC_R11G11UnormBlock;

Trait Implementations

impl Debug for EAC_R11G11UnormBlock
[src]

Formats the value using the given formatter. Read more

impl Copy for EAC_R11G11UnormBlock
[src]

impl Clone for EAC_R11G11UnormBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EAC_R11G11UnormBlock
[src]

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

impl FormatDesc for EAC_R11G11UnormBlock
[src]

impl PossibleCompressedFormatDesc for EAC_R11G11UnormBlock
[src]

impl PossibleFloatOrCompressedFormatDesc for EAC_R11G11UnormBlock
[src]

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

Auto Trait Implementations