Struct system_uri::App [] [src]

pub struct App {
    pub bundle_id: String,
    pub exec: String,
    pub vendor: String,
    pub name: String,
    pub icon: Option<String>,
}

The internal structure for an App

Fields

our apps bundle_id

path to execute, including optional parameters

What's the vendor?

the display name of the application

an optional icon, only supported on some platforms

Methods

impl App
[src]

[src]

create a new app

Trait Implementations

impl Debug for App
[src]

[src]

Formats the value using the given formatter.