Struct 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
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