Struct windows_sys::Devices::Display::Core::DisplayWireFormatHdrMetadata
[−]#[repr(transparent)]pub struct DisplayWireFormatHdrMetadata(pub i32);
Expand description
Required features: "Devices_Display_Core"
Tuple Fields
0: i32
Implementations
impl DisplayWireFormatHdrMetadata
impl DisplayWireFormatHdrMetadata
pub const None: Self = Self(0i32)
pub const Hdr10: Self = Self(1i32)
pub const Hdr10Plus: Self = Self(2i32)
pub const DolbyVisionLowLatency: Self = Self(3i32)
Trait Implementations
impl Clone for DisplayWireFormatHdrMetadata
impl Clone for DisplayWireFormatHdrMetadata
impl Copy for DisplayWireFormatHdrMetadata
Auto Trait Implementations
impl RefUnwindSafe for DisplayWireFormatHdrMetadata
impl Send for DisplayWireFormatHdrMetadata
impl Sync for DisplayWireFormatHdrMetadata
impl Unpin for DisplayWireFormatHdrMetadata
impl UnwindSafe for DisplayWireFormatHdrMetadata
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