[][src]Struct gfx_hal::image::Lod

pub struct Lod(_);

A wrapper for the LOD level of an image. The LOD is stored in base-16 fixed point format. That allows deriving Hash and Eq for it safely.

Methods

impl Lod[src]

pub const ZERO: Self[src]

Zero LOD.

pub const MAX: Self[src]

Maximum LOD.

Trait Implementations

impl From<f32> for Lod[src]

impl Into<f32> for Lod[src]

impl PartialOrd<Lod> for Lod[src]

impl PartialEq<Lod> for Lod[src]

impl Clone for Lod[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Eq for Lod[src]

impl Copy for Lod[src]

impl Debug for Lod[src]

impl Hash for Lod[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

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

Auto Trait Implementations

impl Unpin for Lod

impl Send for Lod

impl Sync for Lod

impl UnwindSafe for Lod

impl RefUnwindSafe for Lod

Blanket Implementations

impl<T> Supports<T> for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]