Struct poke_a_mango::Options [] [src]

pub struct Options {
    pub config_dir: (String, PathBuf),
    pub desktop_size: (u32, u32),
}

Representation of the application's all configurable values.

Fields

Directory containing configuration. Default: "$HOME/.poke-a-mango"

The target monitor's resolution for scaling. Default: detected

Methods

impl Options
[src]

[src]

Parse env-wide command-line arguments into an Options instance

Trait Implementations

impl Debug for Options
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Options
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Options
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Options
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Options
[src]