pub struct VertexInputType { /* private fields */ }
Expand description

The input format a vertice will be converted from.

Implementations

I8 specifies the input is an i8.

U8 specifies the input is an u8.

I16 specifies the input is an i16.

U16 specifies the input is an u16.

I32 specifies the input is an i32.

U32 specifies the input is an u32.

F16 specifies the input is a f16 (A f32 with half percision).

F32 specifies the input is an f32.

F64 specifies the input is an f64.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.