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