Struct alacritty::config::debug::Debug [−][src]
pub struct Debug {
pub log_level: LevelFilter,
pub print_events: bool,
pub persistent_logging: bool,
pub render_timer: bool,
pub ref_test: bool,
}Expand description
Debugging options.
Fields
log_level: LevelFilterprint_events: boolpersistent_logging: boolKeep the log file after quitting.
render_timer: boolShould show render timer.
ref_test: boolRecord ref test.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Debug
impl UnwindSafe for Debug
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Value based on which equality for the reset will be determined.