[][src]Trait la::mipmap::MipMap

pub trait MipMap: Sized {
    fn plane_init(&self) -> (Self, Self);
fn plane_or(&self, other: &Self) -> Self; }

Required methods

fn plane_init(&self) -> (Self, Self)

fn plane_or(&self, other: &Self) -> Self

Loading content...

Implementations on Foreign Types

impl MipMap for usize[src]

impl MipMap for u8[src]

impl MipMap for u16[src]

impl MipMap for u32[src]

impl MipMap for u64[src]

Loading content...

Implementors

Loading content...