Struct vulkano::format::R64Uint [] [src]

pub struct R64Uint;

Trait Implementations

impl Default for R64Uint
[src]

fn default() -> R64Uint

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

impl Clone for R64Uint
[src]

fn clone(&self) -> R64Uint

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

impl Debug for R64Uint
[src]

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

Formats the value using the given formatter.

impl FormatDesc for R64Uint
[src]

type ClearValue = [u32; 1]

fn format(&self) -> Format

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

impl PossibleUintFormatDesc for R64Uint
[src]

fn is_uint(&self) -> bool

impl StrongStorage for R64Uint
[src]

type Pixel = u64