Struct gfx::tex::Lod [] [src]

pub struct Lod(_);

A wrapper for the LOD level of a texture.

Trait Implementations

impl PartialOrd<Lod> for Lod

impl PartialEq<Lod> for Lod

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

This method tests for !=.

impl Hash for Lod

impl Eq for Lod

impl Debug for Lod

Formats the value using the given formatter.

impl Copy for Lod

impl Clone for Lod

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<f32> for Lod

Performs the conversion.

impl Into<f32> for Lod

Performs the conversion.