Struct tmux_interface::options::window_options::WindowOptions[][src]

pub struct WindowOptions {
Show 37 fields pub aggressive_resize: Option<Switch>, pub allow_rename: Option<Switch>, pub alternate_screen: Option<Switch>, pub automatic_rename: Option<Switch>, pub automatic_rename_format: Option<String>, pub clock_mode_colour: Option<String>, pub clock_mode_style: Option<ClockModeStyle>, pub force_height: Option<usize>, pub force_width: Option<usize>, pub main_pane_height: Option<usize>, pub main_pane_width: Option<usize>, pub mode_keys: Option<StatusKeys>, pub mode_style: Option<String>, pub monitor_activity: Option<Switch>, pub monitor_bell: Option<Switch>, pub monitor_silence: Option<usize>, pub other_pane_height: Option<usize>, pub other_pane_width: Option<usize>, pub pane_active_border_style: Option<String>, pub pane_base_index: Option<usize>, pub pane_border_format: Option<String>, pub pane_border_status: Option<PaneBorderStatus>, pub pane_border_style: Option<String>, pub remain_on_exit: Option<Switch>, pub synchronize_panes: Option<Switch>, pub window_active_style: Option<String>, pub window_status_activity_style: Option<String>, pub window_status_bell_style: Option<String>, pub window_status_current_format: Option<String>, pub window_status_current_style: Option<String>, pub window_status_format: Option<String>, pub window_status_last_style: Option<String>, pub window_status_separator: Option<String>, pub window_status_style: Option<String>, pub window_style: Option<String>, pub wrap_search: Option<Switch>, pub xterm_keys: Option<Switch>,
}

Fields

aggressive_resize: Option<Switch>allow_rename: Option<Switch>alternate_screen: Option<Switch>automatic_rename: Option<Switch>automatic_rename_format: Option<String>clock_mode_colour: Option<String>clock_mode_style: Option<ClockModeStyle>force_height: Option<usize>force_width: Option<usize>main_pane_height: Option<usize>main_pane_width: Option<usize>mode_keys: Option<StatusKeys>mode_style: Option<String>monitor_activity: Option<Switch>monitor_bell: Option<Switch>monitor_silence: Option<usize>other_pane_height: Option<usize>other_pane_width: Option<usize>pane_active_border_style: Option<String>pane_base_index: Option<usize>pane_border_format: Option<String>pane_border_status: Option<PaneBorderStatus>pane_border_style: Option<String>remain_on_exit: Option<Switch>synchronize_panes: Option<Switch>window_active_style: Option<String>window_status_activity_style: Option<String>window_status_bell_style: Option<String>window_status_current_format: Option<String>window_status_current_style: Option<String>window_status_format: Option<String>window_status_last_style: Option<String>window_status_separator: Option<String>window_status_style: Option<String>window_style: Option<String>wrap_search: Option<Switch>xterm_keys: Option<Switch>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.