Struct vulkano::format::R64G64B64Sint [] [src]

pub struct R64G64B64Sint;

Trait Implementations

impl Debug for R64G64B64Sint
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for R64G64B64Sint
[src]

impl Clone for R64G64B64Sint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for R64G64B64Sint
[src]

[src]

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

impl FormatDesc for R64G64B64Sint
[src]

[src]

[src]

impl PossibleSintFormatDesc for R64G64B64Sint
[src]

[src]

impl StrongStorage for R64G64B64Sint
[src]

impl AcceptsPixels<[i64; 3]> for R64G64B64Sint
[src]

[src]

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

[src]

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

impl AcceptsPixels<i64> for R64G64B64Sint
[src]

[src]

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

[src]

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

Auto Trait Implementations

impl Send for R64G64B64Sint

impl Sync for R64G64B64Sint