pub struct ModifierTranslations {
pub ctrl: &'static str,
pub alt: &'static str,
pub shift: &'static str,
}Expand description
In order for the TUI to show the correct Ctrl/Alt/Shift translations, this struct lets you set them.
Fields§
§ctrl: &'static str§alt: &'static str§shift: &'static strAuto Trait Implementations§
impl Freeze for ModifierTranslations
impl RefUnwindSafe for ModifierTranslations
impl Send for ModifierTranslations
impl Sync for ModifierTranslations
impl Unpin for ModifierTranslations
impl UnwindSafe for ModifierTranslations
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