Struct windows_sys::Win32::Graphics::Dxgi::DXGI_OUTPUT_DESC1
[−]#[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: RECT
AttachedToDesktop: BOOL
Rotation: DXGI_MODE_ROTATION
Monitor: HMONITOR
BitsPerColor: u32
ColorSpace: DXGI_COLOR_SPACE_TYPE
RedPrimary: [f32; 2]
GreenPrimary: [f32; 2]
BluePrimary: [f32; 2]
WhitePoint: [f32; 2]
MinLuminance: f32
MaxLuminance: f32
MaxFullFrameLuminance: f32
Trait Implementations
impl Clone for DXGI_OUTPUT_DESC1
impl Clone for DXGI_OUTPUT_DESC1
impl Copy for DXGI_OUTPUT_DESC1
Auto Trait Implementations
impl RefUnwindSafe for DXGI_OUTPUT_DESC1
impl Send for DXGI_OUTPUT_DESC1
impl Sync for DXGI_OUTPUT_DESC1
impl Unpin for DXGI_OUTPUT_DESC1
impl UnwindSafe for DXGI_OUTPUT_DESC1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more