Skip to main content

ViewType

Type Alias ViewType 

Source
pub type ViewType = StatsView<CgroupView>;

Aliased Type§

pub struct ViewType {
    pub state: Rc<RefCell<CgroupState>>,
    pub reverse_sort: bool,
    pub event_controllers: Rc<RefCell<HashMap<Event, Controllers>>>,
    /* private fields */
}

Fields§

§state: Rc<RefCell<CgroupState>>§reverse_sort: bool§event_controllers: Rc<RefCell<HashMap<Event, Controllers>>>