Searched defs:SmallRect (Results 1 – 2 of 2) sorted by relevance
137 pub fn window_rect(&self) -> SmallRect { in window_rect()152 pub struct SmallRect { struct153 pub left: i16,154 pub top: i16,155 pub right: i16,156 pub bottom: i16,
2180 type SmallRect struct { struct2181 Left int162182 Top int162183 Right int162184 Bottom int16