Struct gfx::texture::Lod [] [src]

pub struct Lod(_);

A wrapper for the LOD level of a texture.

Trait Implementations

impl Copy for Lod
[src]

impl Clone for Lod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<f32> for Lod
[src]

[src]

Performs the conversion.

impl PartialOrd<Lod> for Lod
[src]

[src]

[src]

[src]

[src]

[src]

impl Hash for Lod
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl From<f32> for Lod
[src]

[src]

Performs the conversion.

impl PartialEq<Lod> for Lod
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for Lod
[src]

[src]

Formats the value using the given formatter.

impl Eq for Lod
[src]