Struct alphred::Icon [] [src]

pub struct Icon {
    pub path: PathBuf,
}

Fields

Trait Implementations

impl Debug for Icon
[src]

[src]

Formats the value using the given formatter.

impl<'a> From<&'a str> for Icon
[src]

[src]

Performs the conversion.

impl<'a> From<&'a Path> for Icon
[src]

[src]

Performs the conversion.