Enum vulkano::image::ViewType [] [src]

pub enum ViewType {
    Dim1d,
    Dim1dArray,
    Dim2d,
    Dim2dArray,
    Dim3d,
    Cubemap,
    CubemapArray,
}

Variants

Trait Implementations

impl Copy for ViewType
[src]

impl Clone for ViewType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ViewType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ViewType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ViewType
[src]