Searched defs:Config (Results 1 – 2 of 2) sorted by relevance
9 pub struct Config { struct11 pub normal: String,12 pub bottom_left_corner: String,13 pub bottom_right_corner: String,14 pub bottom_side: String,15 pub left_side: String,16 pub right_side: String,40 impl Default for Config { implementation62 impl Config { impl64 fn config_from_string(config: &str) -> Config { in config_from_string()[all …]
43 pub fn new(config: Arc<Config>, displays: Vec<Display>) { in new()