Struct DXVAHD_COLOR_YCbCrA
#[repr(C)]pub struct DXVAHD_COLOR_YCbCrA {
pub Y: f32,
pub Cb: f32,
pub Cr: f32,
pub A: f32,
}
Fields§
§Y: f32
§Cb: f32
§Cr: f32
§A: f32
Trait Implementations§
§impl Clone for DXVAHD_COLOR_YCbCrA
impl Clone for DXVAHD_COLOR_YCbCrA
§fn clone(&self) -> DXVAHD_COLOR_YCbCrA
fn clone(&self) -> DXVAHD_COLOR_YCbCrA
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 Debug for DXVAHD_COLOR_YCbCrA
impl Debug for DXVAHD_COLOR_YCbCrA
§impl Default for DXVAHD_COLOR_YCbCrA
impl Default for DXVAHD_COLOR_YCbCrA
§impl PartialEq for DXVAHD_COLOR_YCbCrA
impl PartialEq for DXVAHD_COLOR_YCbCrA
impl Copy for DXVAHD_COLOR_YCbCrA
impl StructuralPartialEq for DXVAHD_COLOR_YCbCrA
Auto Trait Implementations§
impl Freeze for DXVAHD_COLOR_YCbCrA
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§
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