pub struct UiAttachOptions { /* private fields */ }
Implementations§
Source§impl UiAttachOptions
impl UiAttachOptions
pub fn new() -> UiAttachOptions
pub fn set_rgb(&mut self, rgb: bool) -> &mut Self
pub fn set_tabline_external(&mut self, tabline_external: bool) -> &mut Self
pub fn set_cmdline_external(&mut self, cmdline_external: bool) -> &mut Self
pub fn set_linegrid_external(&mut self, linegrid_external: bool) -> &mut Self
pub fn set_hlstate_external(&mut self, hlstate_external: bool) -> &mut Self
pub fn set_termcolors_external( &mut self, termcolors_external: bool, ) -> &mut Self
Auto Trait Implementations§
impl Freeze for UiAttachOptions
impl RefUnwindSafe for UiAttachOptions
impl Send for UiAttachOptions
impl Sync for UiAttachOptions
impl Unpin for UiAttachOptions
impl UnwindSafe for UiAttachOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more