[−][src]Struct alacritty::config::ui_config::UIConfig
Fields
font: Font
Font configuration.
window: WindowConfig
Window configuration.
mouse: Mouse
debug: Debug
Debug options.
alt_send_esc: bool
Send escape sequences using the alt key.
live_config_reload: bool
Live config reload.
config_paths: Vec<PathBuf>
Path where config was loaded from.
key_bindings: KeyBindings
Keybindings.
mouse_bindings: MouseBindings
Bindings for the mouse.
background_opacity: Percentage
Background opacity from 0.0 to 1.0.
Implementations
impl UIConfig
[src]
pub fn background_opacity(&self) -> f32
[src]
pub fn key_bindings(&self) -> &[Binding<Key>]
[src]
pub fn mouse_bindings(&self) -> &[Binding<MouseButton>]
[src]
Trait Implementations
impl Debug for UIConfig
[src]
impl Default for UIConfig
[src]
impl<'de> Deserialize<'de> for UIConfig
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<UIConfig> for UIConfig
[src]
impl StructuralPartialEq for UIConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for UIConfig
impl Send for UIConfig
impl Sync for UIConfig
impl Unpin for UIConfig
impl UnwindSafe for UIConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,