Struct nannou::ui::backend::glium::glium::backend::glutin::glutin::Icon[]

pub struct Icon { /* fields omitted */ }

An icon used for the window titlebar, taskbar, etc.

Enabling the icon_loading feature provides you with several convenience methods for creating an Icon from any format supported by the image crate.

Methods

impl Icon

Creates an Icon from 32bpp RGBA data.

The length of rgba must be divisible by 4, and width * height must equal rgba.len() / 4. Otherwise, this will return a BadIcon error.

Trait Implementations

impl Clone for Icon

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Icon

Formats the value using the given formatter. Read more

impl Eq for Icon

impl PartialEq<Icon> for Icon

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

This method tests for !=.

Auto Trait Implementations

impl Send for Icon

impl Sync for Icon