#[repr(C)]
pub struct VideoEncodeH265RateControlLayerInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub temporal_id: u8, pub use_initial_rc_qp: Bool32, pub initial_rc_qp: VideoEncodeH265QpEXT, pub use_min_qp: Bool32, pub min_qp: VideoEncodeH265QpEXT, pub use_max_qp: Bool32, pub max_qp: VideoEncodeH265QpEXT, pub use_max_frame_size: Bool32, pub max_frame_size: VideoEncodeH265FrameSizeEXT, }
Expand description

Fields

s_type: StructureTypep_next: *const c_voidtemporal_id: u8use_initial_rc_qp: Bool32initial_rc_qp: VideoEncodeH265QpEXTuse_min_qp: Bool32min_qp: VideoEncodeH265QpEXTuse_max_qp: Bool32max_qp: VideoEncodeH265QpEXTuse_max_frame_size: Bool32max_frame_size: VideoEncodeH265FrameSizeEXT

Implementations

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

Returns the “default value” for a type. 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

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

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.