Union windows_sys::Win32::Media::MediaFoundation::DXVAHD_COLOR
[−]#[repr(C)]
pub union DXVAHD_COLOR {
pub RGB: DXVAHD_COLOR_RGBA,
pub YCbCr: DXVAHD_COLOR_YCbCrA,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’
Fields
RGB: DXVAHD_COLOR_RGBA
YCbCr: DXVAHD_COLOR_YCbCrA
Trait Implementations
impl Clone for DXVAHD_COLOR
impl Clone for DXVAHD_COLOR
impl Copy for DXVAHD_COLOR
Auto Trait Implementations
impl RefUnwindSafe for DXVAHD_COLOR
impl Send for DXVAHD_COLOR
impl Sync for DXVAHD_COLOR
impl Unpin for DXVAHD_COLOR
impl UnwindSafe for DXVAHD_COLOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more