pub struct Utf8Config { /* private fields */ }Expand description
tmux-compatible runtime width configuration.
Implementations§
Source§impl Utf8Config
impl Utf8Config
Sourcepub fn from_options(options: &OptionStore) -> Self
pub fn from_options(options: &OptionStore) -> Self
Resolves the current tmux-style width configuration from options.
Trait Implementations§
Source§impl Clone for Utf8Config
impl Clone for Utf8Config
Source§fn clone(&self) -> Utf8Config
fn clone(&self) -> Utf8Config
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Utf8Config
impl Debug for Utf8Config
Source§impl Default for Utf8Config
impl Default for Utf8Config
Source§impl PartialEq for Utf8Config
impl PartialEq for Utf8Config
Source§fn eq(&self, other: &Utf8Config) -> bool
fn eq(&self, other: &Utf8Config) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for Utf8Config
impl StructuralPartialEq for Utf8Config
Auto Trait Implementations§
impl Freeze for Utf8Config
impl RefUnwindSafe for Utf8Config
impl Send for Utf8Config
impl Sync for Utf8Config
impl Unpin for Utf8Config
impl UnsafeUnpin for Utf8Config
impl UnwindSafe for Utf8Config
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