Struct vulkano::format::R64G64Sfloat[][src]

pub struct R64G64Sfloat;

Trait Implementations

impl Debug for R64G64Sfloat
[src]

Formats the value using the given formatter. Read more

impl Copy for R64G64Sfloat
[src]

impl Clone for R64G64Sfloat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for R64G64Sfloat
[src]

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

impl FormatDesc for R64G64Sfloat
[src]

impl PossibleFloatFormatDesc for R64G64Sfloat
[src]

Returns true if the format is a float format.

impl PossibleFloatOrCompressedFormatDesc for R64G64Sfloat
[src]

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

impl StrongStorage for R64G64Sfloat
[src]

impl AcceptsPixels<[f64; 2]> for R64G64Sfloat
[src]

Returns an error if T cannot be used as a source of pixels for Self.

The number of Ts which make up a single pixel. Read more

impl AcceptsPixels<f64> for R64G64Sfloat
[src]

Returns an error if T cannot be used as a source of pixels for Self.

The number of Ts which make up a single pixel. Read more

Auto Trait Implementations