Struct windows_sys::Win32::Graphics::Dxgi::DXGI_HDR_METADATA_HDR10
[−]#[repr(C)]pub struct DXGI_HDR_METADATA_HDR10 {
pub RedPrimary: [u16; 2],
pub GreenPrimary: [u16; 2],
pub BluePrimary: [u16; 2],
pub WhitePoint: [u16; 2],
pub MaxMasteringLuminance: u32,
pub MinMasteringLuminance: u32,
pub MaxContentLightLevel: u16,
pub MaxFrameAverageLightLevel: u16,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
Fields
RedPrimary: [u16; 2]
GreenPrimary: [u16; 2]
BluePrimary: [u16; 2]
WhitePoint: [u16; 2]
MaxMasteringLuminance: u32
MinMasteringLuminance: u32
MaxContentLightLevel: u16
MaxFrameAverageLightLevel: u16
Trait Implementations
impl Clone for DXGI_HDR_METADATA_HDR10
impl Clone for DXGI_HDR_METADATA_HDR10
impl Copy for DXGI_HDR_METADATA_HDR10
Auto Trait Implementations
impl RefUnwindSafe for DXGI_HDR_METADATA_HDR10
impl Send for DXGI_HDR_METADATA_HDR10
impl Sync for DXGI_HDR_METADATA_HDR10
impl Unpin for DXGI_HDR_METADATA_HDR10
impl UnwindSafe for DXGI_HDR_METADATA_HDR10
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