pub struct UiAttachOptions { /* private fields */ }
Implementations§
Source§impl UiAttachOptions
impl UiAttachOptions
pub fn set_rgb(&mut self, val: bool) -> &mut Self
pub fn set_override(&mut self, val: bool) -> &mut Self
pub fn set_cmdline_external(&mut self, val: bool) -> &mut Self
pub fn set_hlstate_external(&mut self, val: bool) -> &mut Self
pub fn set_linegrid_external(&mut self, val: bool) -> &mut Self
pub fn set_messages_externa(&mut self, val: bool) -> &mut Self
pub fn set_multigrid_external(&mut self, val: bool) -> &mut Self
pub fn set_tabline_external(&mut self, val: bool) -> &mut Self
pub fn set_termcolors_external(&mut self, val: bool) -> &mut Self
pub fn set_term_name(&mut self, val: &str) -> &mut Self
pub fn set_term_colors(&mut self, val: u64) -> &mut Self
pub fn set_term_background(&mut self, val: &str) -> &mut Self
pub fn set_stdin_fd(&mut self, val: u64) -> &mut Self
pub fn set_stdin_tty(&mut self, val: bool) -> &mut Self
pub fn set_stdout_tty(&mut self, val: bool) -> &mut Self
Source§impl UiAttachOptions
impl UiAttachOptions
pub fn new() -> UiAttachOptions
pub fn to_value_map(&self) -> Value
Trait Implementations§
Source§impl Default for UiAttachOptions
impl Default for UiAttachOptions
Source§fn default() -> UiAttachOptions
fn default() -> UiAttachOptions
Returns the “default value” for a type. Read more
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