Struct windows_sys::Win32::Devices::Display::VIDEO_MODE_INFORMATION
[−]#[repr(C)]pub struct VIDEO_MODE_INFORMATION {Show 20 fields
pub Length: u32,
pub ModeIndex: u32,
pub VisScreenWidth: u32,
pub VisScreenHeight: u32,
pub ScreenStride: u32,
pub NumberOfPlanes: u32,
pub BitsPerPlane: u32,
pub Frequency: u32,
pub XMillimeter: u32,
pub YMillimeter: u32,
pub NumberRedBits: u32,
pub NumberGreenBits: u32,
pub NumberBlueBits: u32,
pub RedMask: u32,
pub GreenMask: u32,
pub BlueMask: u32,
pub AttributeFlags: u32,
pub VideoMemoryBitmapWidth: u32,
pub VideoMemoryBitmapHeight: u32,
pub DriverSpecificAttributeFlags: u32,
}Expand description
Required features: ‘Win32_Devices_Display’
Fields
Length: u32ModeIndex: u32VisScreenWidth: u32VisScreenHeight: u32ScreenStride: u32NumberOfPlanes: u32BitsPerPlane: u32Frequency: u32XMillimeter: u32YMillimeter: u32NumberRedBits: u32NumberGreenBits: u32NumberBlueBits: u32RedMask: u32GreenMask: u32BlueMask: u32AttributeFlags: u32VideoMemoryBitmapWidth: u32VideoMemoryBitmapHeight: u32DriverSpecificAttributeFlags: u32