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

#[repr(C)]
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: GUIDguidConfigMBcontrolEncryption: GUIDguidConfigResidDiffEncryption: GUIDConfigBitstreamRaw: UINTConfigMBcontrolRasterOrder: UINTConfigResidDiffHost: UINTConfigSpatialResid8: UINTConfigResid8Subtraction: UINTConfigSpatialHost8or9Clipping: UINTConfigSpatialResidInterleaved: UINTConfigIntraResidUnsigned: UINTConfigResidDiffAccelerator: UINTConfigHostInverseScan: UINTConfigSpecificIDCT: UINTConfig4GroupedCoefs: UINTConfigMinRenderTargetBuffCount: USHORTConfigDecoderSpecific: USHORT

Trait Implementations

impl Copy for D3D11_VIDEO_DECODER_CONFIG[src]

impl Clone for D3D11_VIDEO_DECODER_CONFIG[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for D3D11_VIDEO_DECODER_CONFIG[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]