Struct winapi::d3d11::D3D11_VIDEO_PROCESSOR_COLOR_SPACE
[−]
[src]
pub struct D3D11_VIDEO_PROCESSOR_COLOR_SPACE { pub bitfield: UINT, }
Fields
bitfield |
Methods
impl D3D11_VIDEO_PROCESSOR_COLOR_SPACE
[src]
fn Usage(&self) -> UINT
fn set_Usage(&mut self, val: UINT)
fn RGB_Range(&self) -> UINT
fn set_RGB_Range(&mut self, val: UINT)
fn YCbCr_Matrix(&self) -> UINT
fn set_YCbCr_Matrix(&mut self, val: UINT)
fn YCbCr_xvYCC(&self) -> UINT
fn set_YCbCr_xvYCC(&mut self, val: UINT)
fn Nominal_Range(&self) -> UINT
fn set_Nominal_Range(&mut self, val: UINT)
Trait Implementations
impl Copy for D3D11_VIDEO_PROCESSOR_COLOR_SPACE
[src]
impl Clone for D3D11_VIDEO_PROCESSOR_COLOR_SPACE
[src]
fn clone(&self) -> D3D11_VIDEO_PROCESSOR_COLOR_SPACE
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more