Struct DXVA_AYUVsample2
#[repr(C)]pub struct DXVA_AYUVsample2 {
pub bCrValue: u8,
pub bCbValue: u8,
pub bY_Value: u8,
pub bSampleAlpha8: u8,
}
Fields§
§bCrValue: u8
§bCbValue: u8
§bY_Value: u8
§bSampleAlpha8: u8
Trait Implementations§
§impl Clone for DXVA_AYUVsample2
impl Clone for DXVA_AYUVsample2
§fn clone(&self) -> DXVA_AYUVsample2
fn clone(&self) -> DXVA_AYUVsample2
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 DXVA_AYUVsample2
impl Debug for DXVA_AYUVsample2
§impl Default for DXVA_AYUVsample2
impl Default for DXVA_AYUVsample2
§impl PartialEq for DXVA_AYUVsample2
impl PartialEq for DXVA_AYUVsample2
impl Copy for DXVA_AYUVsample2
impl StructuralPartialEq for DXVA_AYUVsample2
Auto Trait Implementations§
impl Freeze for DXVA_AYUVsample2
impl RefUnwindSafe for DXVA_AYUVsample2
impl Send for DXVA_AYUVsample2
impl Sync for DXVA_AYUVsample2
impl Unpin for DXVA_AYUVsample2
impl UnwindSafe for DXVA_AYUVsample2
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