Searched defs:RelativeSizeWithBound (Results 1 – 1 of 1) sorted by relevance
66 pub fn min(self, min_sz: i32) -> RelativeSizeWithBound { in min()78 pub fn max(self, max_sz: i32) -> RelativeSizeWithBound { in max()118 pub struct RelativeSizeWithBound { struct124 impl RelativeSizeWithBound { implementation129 pub fn min(mut self, min_sz: i32) -> RelativeSizeWithBound { in min()138 pub fn max(mut self, max_sz: i32) -> RelativeSizeWithBound { in max()144 impl SizeDesc for RelativeSizeWithBound { implementation