Searched defs:ModeInfo (Results 1 – 1 of 1) sorted by relevance
292 pub const fn current_mode_info(&self) -> ModeInfo { in current_mode_info()357 pub const fn info(&self) -> &ModeInfo { in info()365 pub struct ModeInfo(GraphicsOutputModeInformation); struct367 impl ModeInfo { implementation