Struct windows::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,
}
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
§fn clone(&self) -> DXGI_OUTPUT_DESC1
fn clone(&self) -> DXGI_OUTPUT_DESC1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DXGI_OUTPUT_DESC1
impl Debug for DXGI_OUTPUT_DESC1
§impl Default for DXGI_OUTPUT_DESC1
impl Default for DXGI_OUTPUT_DESC1
§impl PartialEq for DXGI_OUTPUT_DESC1
impl PartialEq for DXGI_OUTPUT_DESC1
§fn eq(&self, other: &DXGI_OUTPUT_DESC1) -> bool
fn eq(&self, other: &DXGI_OUTPUT_DESC1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DXGI_OUTPUT_DESC1
impl StructuralPartialEq for DXGI_OUTPUT_DESC1
Auto Trait Implementations§
impl Freeze for DXGI_OUTPUT_DESC1
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)