Struct neovim_lib::neovim_api::Window[][src]

pub struct Window { /* fields omitted */ }

Methods

impl Window
[src]

Internal value, that represent type

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

since: 1

Trait Implementations

impl PartialEq for Window
[src]

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

This method tests for !=.

impl Clone for Window
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Window
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Window

impl Sync for Window