(&mut self)
| 162 | self.refresh_hz |
| 163 | } |
| 164 | |
| 165 | /// True when the current config renders frames the monitor can never |
| 166 | /// display: vsync off and the cap (or lack of one) above refresh. |
| 167 | pub(crate) fn exceeds_display_rate(&self) -> bool { |
| 168 | if self.vsync { |
| 169 | return false; |