Struct windows_sys::Win32::Devices::Display::DISPLAYCONFIG_SOURCE_MODE
#[repr(C)]pub struct DISPLAYCONFIG_SOURCE_MODE {
pub width: u32,
pub height: u32,
pub pixelFormat: DISPLAYCONFIG_PIXELFORMAT,
pub position: POINTL,
}Expand description
Required features: "Win32_Devices_Display", "Win32_Foundation"
Fields§
§width: u32§height: u32§pixelFormat: DISPLAYCONFIG_PIXELFORMAT§position: POINTL