Searched refs:adapt_type (Results 1 – 1 of 1) sorted by relevance
43 adapt_type: Cell<LabelOverflowType>, field62 adapt_type: Cell::new(LabelOverflowType::None), in new()78 match self.adapt_type.get() { in handle_overflow()114 pub fn set_adapt_type(&self, adapt_type: LabelOverflowType) { in set_adapt_type()115 self.adapt_type.set(adapt_type); in set_adapt_type()