Type Definition gfx_core::format::Vec2[][src]

type Vec2<T> = [T; 2];

Abstracted 2-element container for macro internal use

Trait Implementations

impl Formatted for Vec2<u8>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<i8>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<U8Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<I8Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<u16>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<i16>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<U16Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<I16Norm>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<F16>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<u32>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<i32>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Formatted for Vec2<f32>
[src]

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.