Struct gfx::tex::Lod
[−]
[src]
pub struct Lod(_);
A wrapper for the LOD level of a texture.
pub struct Lod(_);
A wrapper for the LOD level of a texture.
impl From<f32> for Lod
impl Into<f32> for Lod
impl PartialOrd<Lod> for Lod
fn partial_cmp(&self, __arg_0: &Lod) -> Option<Ordering>
fn lt(&self, __arg_0: &Lod) -> bool
fn le(&self, __arg_0: &Lod) -> bool
fn gt(&self, __arg_0: &Lod) -> bool
fn ge(&self, __arg_0: &Lod) -> bool
impl PartialEq<Lod> for Lod
impl Hash for Lod
impl Eq for Lod
impl Debug for Lod
impl Copy for Lod
impl Clone for Lod
fn clone(&self) -> Lod
fn clone_from(&mut self, source: &Self)