Struct windows_sys::Win32::Media::MediaFoundation::DXVAHD_COLOR_YCbCrA
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
Y: f32
Cb: f32
Cr: f32
A: f32
Trait Implementations
impl Clone for DXVAHD_COLOR_YCbCrA
impl Clone for DXVAHD_COLOR_YCbCrA
impl Copy for DXVAHD_COLOR_YCbCrA
Auto Trait Implementations
impl RefUnwindSafe for DXVAHD_COLOR_YCbCrA
impl Send for DXVAHD_COLOR_YCbCrA
impl Sync for DXVAHD_COLOR_YCbCrA
impl Unpin for DXVAHD_COLOR_YCbCrA
impl UnwindSafe for DXVAHD_COLOR_YCbCrA
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