Struct ash::vk::native::StdVideoDecodeH265PictureInfo[][src]

#[repr(C)]
pub struct StdVideoDecodeH265PictureInfo { pub vps_video_parameter_set_id: u8, pub sps_seq_parameter_set_id: u8, pub pps_pic_parameter_set_id: u8, pub num_short_term_ref_pic_sets: u8, pub PicOrderCntVal: i32, pub NumBitsForSTRefPicSetInSlice: u16, pub NumDeltaPocsOfRefRpsIdx: u8, pub RefPicSetStCurrBefore: [u8; 8], pub RefPicSetStCurrAfter: [u8; 8], pub RefPicSetLtCurr: [u8; 8], pub flags: StdVideoDecodeH265PictureInfoFlags, }

Fields

vps_video_parameter_set_id: u8sps_seq_parameter_set_id: u8pps_pic_parameter_set_id: u8num_short_term_ref_pic_sets: u8PicOrderCntVal: i32NumBitsForSTRefPicSetInSlice: u16NumDeltaPocsOfRefRpsIdx: u8RefPicSetStCurrBefore: [u8; 8]RefPicSetStCurrAfter: [u8; 8]RefPicSetLtCurr: [u8; 8]flags: StdVideoDecodeH265PictureInfoFlags

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.