Struct gfx::format::I16Norm [] [src]

pub struct I16Norm(pub i16);

Methods

impl I16Norm

[]

Convert a 2-element slice.

[]

Convert a 3-element slice.

[]

Convert a 4-element slice.

[]

Convert a generic slice by transmutation.

Trait Implementations

impl Debug for I16Norm

[]

Formats the value using the given formatter.

impl Clone for I16Norm

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for I16Norm

impl Hash for I16Norm

impl PartialOrd<I16Norm> for I16Norm

impl PartialEq<I16Norm> for I16Norm

[]

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

[]

This method tests for !=.

impl Ord for I16Norm

impl Eq for I16Norm

impl From<i16> for I16Norm

[]

Performs the conversion.

impl Formatted for I16Norm

Associated surface type.

Associated channel type.

Shader view type of this format.

[]

Return the run-time value of the type.