Searched refs:lights_map (Results 1 – 1 of 1) sorted by relevance
51 let mut lights_map = HashMap::new(); in new() localVariable54 lights_map.insert(hw_light.id, Light { hw_light, state: Default::default() }); in new()66 lights: Mutex::new(lights_map), in new()