Struct gfx::texture::Lod []

pub struct Lod(_);

A wrapper for the LOD level of a texture.

Trait Implementations

impl Into<f32> for Lod

Performs the conversion.

impl Debug for Lod

Formats the value using the given formatter.

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 From<f32> for Lod

Performs the conversion.

impl Eq for Lod

impl Copy for Lod

impl Clone for Lod

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more