#[repr(C)]
pub struct D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATION { pub modification_of_pic_nums_idc: u8, pub abs_diff_pic_num_minus1: u32, pub long_term_pic_num: u32, }
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

modification_of_pic_nums_idc: u8abs_diff_pic_num_minus1: u32long_term_pic_num: u32

Trait Implementations

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.