#[repr(C)]pub struct DXVA2_ConfigPictureDecode {Show 17 fields
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§
Source§impl Clone for DXVA2_ConfigPictureDecode
impl Clone for DXVA2_ConfigPictureDecode
Source§fn clone(&self) -> DXVA2_ConfigPictureDecode
fn clone(&self) -> DXVA2_ConfigPictureDecode
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 moreSource§impl Default for DXVA2_ConfigPictureDecode
impl Default for DXVA2_ConfigPictureDecode
Source§fn default() -> DXVA2_ConfigPictureDecode
fn default() -> DXVA2_ConfigPictureDecode
Returns the “default value” for a type. Read more
impl Copy for DXVA2_ConfigPictureDecode
Auto Trait Implementations§
impl Freeze for DXVA2_ConfigPictureDecode
impl RefUnwindSafe for DXVA2_ConfigPictureDecode
impl Send for DXVA2_ConfigPictureDecode
impl Sync for DXVA2_ConfigPictureDecode
impl Unpin for DXVA2_ConfigPictureDecode
impl UnwindSafe for DXVA2_ConfigPictureDecode
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