[][src]Trait ikon::Icon

pub trait Icon {
    fn size(&self) -> (u32, u32);
}

A trait for types that represent icons.

Required methods

fn size(&self) -> (u32, u32)

The dimensions of the icon in pixel units.

Loading content...

Implementations on Foreign Types

impl Icon for (u32, u32)[src]

impl Icon for (u16, u16)[src]

impl Icon for (u8, u8)[src]

Loading content...

Implementors

Loading content...