Struct vulkano::format::A8B8G8R8UintPack32 [] [src]

pub struct A8B8G8R8UintPack32;

Trait Implementations

impl Default for A8B8G8R8UintPack32
[src]

fn default() -> A8B8G8R8UintPack32

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

impl Clone for A8B8G8R8UintPack32
[src]

fn clone(&self) -> A8B8G8R8UintPack32

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 A8B8G8R8UintPack32
[src]

impl Debug for A8B8G8R8UintPack32
[src]

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

Formats the value using the given formatter.

impl FormatDesc for A8B8G8R8UintPack32
[src]

type ClearValue = [u32; 4]

fn format(&self) -> Format

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

impl PossibleUintFormatDesc for A8B8G8R8UintPack32
[src]

fn is_uint(&self) -> bool

impl StrongStorage for A8B8G8R8UintPack32
[src]

type Pixel = [u8; 4]