#[repr(C)]
pub struct DXGI_OUTPUT_DESC1 {
Show 14 fields pub DeviceName: [u16; 32], pub DesktopCoordinates: RECT, pub AttachedToDesktop: BOOL, pub Rotation: DXGI_MODE_ROTATION, pub Monitor: HMONITOR, pub BitsPerColor: u32, pub ColorSpace: DXGI_COLOR_SPACE_TYPE, pub RedPrimary: [f32; 2], pub GreenPrimary: [f32; 2], pub BluePrimary: [f32; 2], pub WhitePoint: [f32; 2], pub MinLuminance: f32, pub MaxLuminance: f32, pub MaxFullFrameLuminance: f32,
}
Expand description

Required features: "Win32_Graphics_Dxgi", "Win32_Foundation", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Gdi"

Fields

DeviceName: [u16; 32]DesktopCoordinates: RECTAttachedToDesktop: BOOLRotation: DXGI_MODE_ROTATIONMonitor: HMONITORBitsPerColor: u32ColorSpace: DXGI_COLOR_SPACE_TYPERedPrimary: [f32; 2]GreenPrimary: [f32; 2]BluePrimary: [f32; 2]WhitePoint: [f32; 2]MinLuminance: f32MaxLuminance: f32MaxFullFrameLuminance: f32

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.