Enum vulkano::pipeline::vertex::VertexMemberTy [] [src]

pub enum VertexMemberTy {
    I8,
    U8,
    I16,
    U16,
    I32,
    U32,
    F32,
    F64,
}

Type of a member of a vertex struct.

Variants

Methods

impl VertexMemberTy
[src]

[src]

Returns true if a combination of (type, array_size) matches a format.

Trait Implementations

impl Debug for VertexMemberTy
[src]

[src]

Formats the value using the given formatter.

impl Copy for VertexMemberTy
[src]

impl Clone for VertexMemberTy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VertexMemberTy
[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 VertexMemberTy
[src]