Searched defs:ModeInfo (Results 1 – 3 of 3) sorted by relevance
50 type ModeInfo struct { struct51 Container string52 Mode string70 func propagateModeInfos(ctx ModuleContext, module Module, to, from map[string]ModeInfo) {
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