Struct neovim_lib::neovim::UiAttachOptions  [−][src]
pub struct UiAttachOptions { /* fields omitted */ }Methods
impl UiAttachOptions[src] 
impl UiAttachOptionspub fn new() -> UiAttachOptions[src] 
pub fn new() -> UiAttachOptionsⓘImportant traits for &'a mut Rpub fn set_rgb(&mut self, rgb: bool) -> &mut Self[src] 
ⓘImportant traits for &'a mut R
pub fn set_rgb(&mut self, rgb: bool) -> &mut SelfⓘImportant traits for &'a mut R
ⓘImportant traits for &'a mut R
ⓘImportant traits for &'a mut Rpub fn set_tabline_external(&mut self, tabline_external: bool) -> &mut Self[src] 
ⓘImportant traits for &'a mut R
pub fn set_tabline_external(&mut self, tabline_external: bool) -> &mut SelfⓘImportant traits for &'a mut Rpub fn set_cmdline_external(&mut self, cmdline_external: bool) -> &mut Self[src] 
ⓘImportant traits for &'a mut R
pub fn set_cmdline_external(&mut self, cmdline_external: bool) -> &mut SelfⓘImportant traits for &'a mut R
ⓘImportant traits for &'a mut R
Auto Trait Implementations
impl Send for UiAttachOptions
impl Send for UiAttachOptionsimpl Sync for UiAttachOptions
impl Sync for UiAttachOptions