#[repr(C)]
pub struct StdVideoEncodeH265SliceSegmentHeader {
Show 19 fields pub flags: StdVideoEncodeH265SliceSegmentHeaderFlags, pub slice_type: u32, pub num_short_term_ref_pic_sets: u8, pub slice_segment_address: u32, pub short_term_ref_pic_set_idx: u8, pub num_long_term_sps: u8, pub num_long_term_pics: u8, pub collocated_ref_idx: u8, pub num_ref_idx_l0_active_minus1: u8, pub num_ref_idx_l1_active_minus1: u8, pub MaxNumMergeCand: u8, pub slice_cb_qp_offset: i8, pub slice_cr_qp_offset: i8, pub slice_beta_offset_div2: i8, pub slice_tc_offset_div2: i8, pub slice_act_y_qp_offset: i8, pub slice_act_cb_qp_offset: i8, pub slice_act_cr_qp_offset: i8, pub pWeightTable: *const StdVideoEncodeH265WeightTable,
}

Fields

flags: StdVideoEncodeH265SliceSegmentHeaderFlagsslice_type: u32num_short_term_ref_pic_sets: u8slice_segment_address: u32short_term_ref_pic_set_idx: u8num_long_term_sps: u8num_long_term_pics: u8collocated_ref_idx: u8num_ref_idx_l0_active_minus1: u8num_ref_idx_l1_active_minus1: u8MaxNumMergeCand: u8slice_cb_qp_offset: i8slice_cr_qp_offset: i8slice_beta_offset_div2: i8slice_tc_offset_div2: i8slice_act_y_qp_offset: i8slice_act_cb_qp_offset: i8slice_act_cr_qp_offset: i8pWeightTable: *const StdVideoEncodeH265WeightTable

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

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 resulting type after obtaining ownership.

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

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.