Struct windows::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,
}
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
§fn clone(&self) -> DXGI_HDR_METADATA_HDR10
fn clone(&self) -> DXGI_HDR_METADATA_HDR10
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_HDR_METADATA_HDR10
impl Debug for DXGI_HDR_METADATA_HDR10
§impl Default for DXGI_HDR_METADATA_HDR10
impl Default for DXGI_HDR_METADATA_HDR10
§impl PartialEq for DXGI_HDR_METADATA_HDR10
impl PartialEq for DXGI_HDR_METADATA_HDR10
§fn eq(&self, other: &DXGI_HDR_METADATA_HDR10) -> bool
fn eq(&self, other: &DXGI_HDR_METADATA_HDR10) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DXGI_HDR_METADATA_HDR10
impl Eq for DXGI_HDR_METADATA_HDR10
impl StructuralPartialEq for DXGI_HDR_METADATA_HDR10
Auto Trait Implementations§
impl Freeze for DXGI_HDR_METADATA_HDR10
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§
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
)