Home
last modified time | relevance | path

Searched refs:TabsState (Results 1 – 1 of 1) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dapp.rs22 pub tabs: TabsState<'a>,
48 tabs: TabsState::new(vec!["Tab0", "Tab1", "Tab2"]), in new()
107 pub struct TabsState<'a> { struct
112 impl<'a> TabsState<'a> { impl
113 pub fn new(titles: Vec<&'a str>) -> TabsState { in new() argument
114 TabsState { titles, index: 0 } in new()