Struct windows_sys::Graphics::Display::HdrMetadataFormat
[−]#[repr(transparent)]pub struct HdrMetadataFormat(pub i32);
Expand description
Required features: "Graphics_Display"
Tuple Fields
0: i32
Implementations
impl HdrMetadataFormat
impl HdrMetadataFormat
Trait Implementations
impl Clone for HdrMetadataFormat
impl Clone for HdrMetadataFormat
impl Copy for HdrMetadataFormat
Auto Trait Implementations
impl RefUnwindSafe for HdrMetadataFormat
impl Send for HdrMetadataFormat
impl Sync for HdrMetadataFormat
impl Unpin for HdrMetadataFormat
impl UnwindSafe for HdrMetadataFormat
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