Union DXVAHD_COLOR
#[repr(C)]
pub union DXVAHD_COLOR {
pub RGB: DXVAHD_COLOR_RGBA,
pub YCbCr: DXVAHD_COLOR_YCbCrA,
}
Fields§
§RGB: DXVAHD_COLOR_RGBA
§YCbCr: DXVAHD_COLOR_YCbCrA
Trait Implementations§
§impl Clone for DXVAHD_COLOR
impl Clone for DXVAHD_COLOR
§fn clone(&self) -> DXVAHD_COLOR
fn clone(&self) -> DXVAHD_COLOR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DXVAHD_COLOR
impl Default for DXVAHD_COLOR
impl Copy for DXVAHD_COLOR
Auto Trait Implementations§
impl Freeze for DXVAHD_COLOR
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more