#[repr(C)]
pub struct StdVideoEncodeH264SliceHeader { pub flags: StdVideoEncodeH264SliceHeaderFlags, pub first_mb_in_slice: u32, pub slice_type: u32, pub idr_pic_id: u16, pub num_ref_idx_l0_active_minus1: u8, pub num_ref_idx_l1_active_minus1: u8, pub cabac_init_idc: u32, pub disable_deblocking_filter_idc: u32, pub slice_alpha_c0_offset_div2: i8, pub slice_beta_offset_div2: i8, pub pWeightTable: *const StdVideoEncodeH264WeightTable, }

Fields

flags: StdVideoEncodeH264SliceHeaderFlagsfirst_mb_in_slice: u32slice_type: u32idr_pic_id: u16num_ref_idx_l0_active_minus1: u8num_ref_idx_l1_active_minus1: u8cabac_init_idc: u32disable_deblocking_filter_idc: u32slice_alpha_c0_offset_div2: i8slice_beta_offset_div2: i8pWeightTable: *const StdVideoEncodeH264WeightTable

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.