pub struct Config {
pub boot_animation: bool,
pub buffer_count: u32,
pub color_scheme: String,
pub disable: bool,
pub display_rotation: u32,
pub dpi: Vec<u32>,
pub font_size: String,
pub keep_log_visible: bool,
pub key_map: String,
pub keyrepeat: bool,
pub rounded_corners: bool,
pub scrollback_rows: u32,
}
Fields§
§boot_animation: bool
§buffer_count: u32
§color_scheme: String
§disable: bool
§display_rotation: u32
§dpi: Vec<u32>
§font_size: String
§keep_log_visible: bool
§key_map: String
§keyrepeat: bool
§rounded_corners: bool
§scrollback_rows: u32
Implementations§
Source§impl Config
impl Config
pub fn take_from_startup_handle() -> Self
pub fn record_inspect(&self, inspector_node: &Node)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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