#[repr(C, packed(1))]
pub struct DXVA_ConfigPictureDecode {
Show 17 fields pub dwFunction: u32, pub dwReservedBits: [u32; 3], pub guidConfigBitstreamEncryption: GUID, pub guidConfigMBcontrolEncryption: GUID, pub guidConfigResidDiffEncryption: GUID, pub bConfigBitstreamRaw: u8, pub bConfigMBcontrolRasterOrder: u8, pub bConfigResidDiffHost: u8, pub bConfigSpatialResid8: u8, pub bConfigResid8Subtraction: u8, pub bConfigSpatialHost8or9Clipping: u8, pub bConfigSpatialResidInterleaved: u8, pub bConfigIntraResidUnsigned: u8, pub bConfigResidDiffAccelerator: u8, pub bConfigHostInverseScan: u8, pub bConfigSpecificIDCT: u8, pub bConfig4GroupedCoefs: u8,
}
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

dwFunction: u32dwReservedBits: [u32; 3]guidConfigBitstreamEncryption: GUIDguidConfigMBcontrolEncryption: GUIDguidConfigResidDiffEncryption: GUIDbConfigBitstreamRaw: u8bConfigMBcontrolRasterOrder: u8bConfigResidDiffHost: u8bConfigSpatialResid8: u8bConfigResid8Subtraction: u8bConfigSpatialHost8or9Clipping: u8bConfigSpatialResidInterleaved: u8bConfigIntraResidUnsigned: u8bConfigResidDiffAccelerator: u8bConfigHostInverseScan: u8bConfigSpecificIDCT: u8bConfig4GroupedCoefs: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.