[][src]Struct tmux_interface::windows_and_panes::SplitWindow

pub struct SplitWindow<'a> {
    pub before: Option<bool>,
    pub detached: Option<bool>,
    pub full: Option<bool>,
    pub horizontal: Option<bool>,
    pub vertical: Option<bool>,
    pub print: Option<bool>,
    pub cwd: Option<Cow<'a, str>>,
    pub size: Option<usize>,
    pub percentage: Option<usize>,
    pub target_pane: Option<Cow<'a, str>>,
    pub shell_command: Option<Cow<'a, str>>,
    pub format: Option<Cow<'a, str>>,
}

Fields

before: Option<bool>detached: Option<bool>full: Option<bool>horizontal: Option<bool>vertical: Option<bool>print: Option<bool>cwd: Option<Cow<'a, str>>size: Option<usize>percentage: Option<usize>target_pane: Option<Cow<'a, str>>shell_command: Option<Cow<'a, str>>format: Option<Cow<'a, str>>

Methods

impl<'a> SplitWindow<'a>[src]

pub fn new() -> SplitWindow<'a>[src]

Trait Implementations

impl<'a> Default for SplitWindow<'a>[src]

Auto Trait Implementations

impl<'a> Send for SplitWindow<'a>

impl<'a> Sync for SplitWindow<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]