Struct nvim_gtk::ui::WindowState[][src]

struct WindowState {
    current_width: i32,
    current_height: i32,
    is_maximized: bool,
    show_sidebar: bool,
    sidebar_width: i32,
}

Fields

current_width: i32current_height: i32is_maximized: boolshow_sidebar: boolsidebar_width: i32

Trait Implementations

impl Default for WindowState[src]

impl<'de> Deserialize<'de> for WindowState[src]

impl Serialize for WindowState[src]

impl SettingsLoader for WindowState[src]

Auto Trait Implementations

impl RefUnwindSafe for WindowState

impl Send for WindowState

impl Sync for WindowState

impl Unpin for WindowState

impl UnwindSafe for WindowState

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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.