Struct webicon::IconCollection [] [src]

pub struct IconCollection { /* fields omitted */ }

Methods

impl IconCollection
[src]

[src]

Return an icon that is at least of the given dimensions

If there's only one icon available, it will return that icon. If there's no icon available, None is returned.

[src]

Return the largest icon

[src]

[unstable] Give up ownership of the inner datastructure: A vector of icons, sorted ascendingly by size

Trait Implementations

Auto Trait Implementations