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