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: u32§ModeIndex: u32§VisScreenWidth: u32§VisScreenHeight: u32§ScreenStride: u32§NumberOfPlanes: u32§BitsPerPlane: u32§Frequency: u32§XMillimeter: u32§YMillimeter: u32§NumberRedBits: u32§NumberGreenBits: u32§NumberBlueBits: u32§RedMask: u32§GreenMask: u32§BlueMask: u32§AttributeFlags: u32§VideoMemoryBitmapWidth: u32§VideoMemoryBitmapHeight: u32§DriverSpecificAttributeFlags: u32