Struct D3D11_VIDEO_COLOR_YCbCrA
#[repr(C)]pub struct D3D11_VIDEO_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 D3D11_VIDEO_COLOR_YCbCrA
impl Clone for D3D11_VIDEO_COLOR_YCbCrA
§fn clone(&self) -> D3D11_VIDEO_COLOR_YCbCrA
fn clone(&self) -> D3D11_VIDEO_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 D3D11_VIDEO_COLOR_YCbCrA
impl Debug for D3D11_VIDEO_COLOR_YCbCrA
§impl Default for D3D11_VIDEO_COLOR_YCbCrA
impl Default for D3D11_VIDEO_COLOR_YCbCrA
§impl PartialEq for D3D11_VIDEO_COLOR_YCbCrA
impl PartialEq for D3D11_VIDEO_COLOR_YCbCrA
impl Copy for D3D11_VIDEO_COLOR_YCbCrA
impl StructuralPartialEq for D3D11_VIDEO_COLOR_YCbCrA
Auto Trait Implementations§
impl Freeze for D3D11_VIDEO_COLOR_YCbCrA
impl RefUnwindSafe for D3D11_VIDEO_COLOR_YCbCrA
impl Send for D3D11_VIDEO_COLOR_YCbCrA
impl Sync for D3D11_VIDEO_COLOR_YCbCrA
impl Unpin for D3D11_VIDEO_COLOR_YCbCrA
impl UnwindSafe for D3D11_VIDEO_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