Searched defs:RelativeSizeWithBound (Results 1 – 1 of 1) sorted by relevance
78 pub fn min(self, min_sz: i32) -> RelativeSizeWithBound { in min()90 pub fn max(self, max_sz: i32) -> RelativeSizeWithBound { in max()130 pub struct RelativeSizeWithBound { struct136 impl RelativeSizeWithBound { implementation141 pub fn min(mut self, min_sz: i32) -> RelativeSizeWithBound { in min()150 pub fn max(mut self, max_sz: i32) -> RelativeSizeWithBound { in max()156 impl SizeDesc for RelativeSizeWithBound { implementation