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: u32height: u32pixelFormat: DISPLAYCONFIG_PIXELFORMATposition: POINTL