Struct gfx::format::I16Norm []

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 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 Formatted for I16Norm

Associated surface type.

Associated channel type.

Shader view type of this format.

Return the run-time value of the type.

impl Pod for I16Norm

impl Ord for I16Norm

impl Hash for I16Norm

impl From<i16> for I16Norm

Performs the conversion.

impl Eq for I16Norm

impl Copy for I16Norm

impl Clone for I16Norm

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more