#[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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.