Struct winapi::d3d11::D3D11_VIDEO_DECODER_CONFIG [] [src]

pub struct D3D11_VIDEO_DECODER_CONFIG {
    pub guidConfigBitstreamEncryption: GUID,
    pub guidConfigMBcontrolEncryption: GUID,
    pub guidConfigResidDiffEncryption: GUID,
    pub ConfigBitstreamRaw: UINT,
    pub ConfigMBcontrolRasterOrder: UINT,
    pub ConfigResidDiffHost: UINT,
    pub ConfigSpatialResid8: UINT,
    pub ConfigResid8Subtraction: UINT,
    pub ConfigSpatialHost8or9Clipping: UINT,
    pub ConfigSpatialResidInterleaved: UINT,
    pub ConfigIntraResidUnsigned: UINT,
    pub ConfigResidDiffAccelerator: UINT,
    pub ConfigHostInverseScan: UINT,
    pub ConfigSpecificIDCT: UINT,
    pub Config4GroupedCoefs: UINT,
    pub ConfigMinRenderTargetBuffCount: USHORT,
    pub ConfigDecoderSpecific: USHORT,
}

Fields

guidConfigBitstreamEncryption: GUID guidConfigMBcontrolEncryption: GUID guidConfigResidDiffEncryption: GUID ConfigBitstreamRaw: UINT ConfigMBcontrolRasterOrder: UINT ConfigResidDiffHost: UINT ConfigSpatialResid8: UINT ConfigResid8Subtraction: UINT ConfigSpatialHost8or9Clipping: UINT ConfigSpatialResidInterleaved: UINT ConfigIntraResidUnsigned: UINT ConfigResidDiffAccelerator: UINT ConfigHostInverseScan: UINT ConfigSpecificIDCT: UINT Config4GroupedCoefs: UINT ConfigMinRenderTargetBuffCount: USHORT ConfigDecoderSpecific: USHORT

Trait Implementations

impl Debug for D3D11_VIDEO_DECODER_CONFIG
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for D3D11_VIDEO_DECODER_CONFIG
[src]

impl Clone for D3D11_VIDEO_DECODER_CONFIG
[src]

fn clone(&self) -> D3D11_VIDEO_DECODER_CONFIG

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