Searched defs:BlockItem (Results 1 – 2 of 2) sorted by relevance
18 struct BlockItem { struct20 node_id: NodeId,24 order: u32,27 is_table: bool,30 size: Size<Option<f32>>,32 min_size: Size<Option<f32>>,34 max_size: Size<Option<f32>>,37 overflow: Point<Overflow>,39 scrollbar_width: f32,42 position: Position,[all …]
423 using BlockItem = typename BlockIter::Item; variable