#[repr(C)]pub struct x264_param_t__bindgen_ty_3 {Show 29 fields
pub i_rc_method: c_int,
pub i_qp_constant: c_int,
pub i_qp_min: c_int,
pub i_qp_max: c_int,
pub i_qp_step: c_int,
pub i_bitrate: c_int,
pub f_rf_constant: f32,
pub f_rf_constant_max: f32,
pub f_rate_tolerance: f32,
pub i_vbv_max_bitrate: c_int,
pub i_vbv_buffer_size: c_int,
pub f_vbv_buffer_init: f32,
pub f_ip_factor: f32,
pub f_pb_factor: f32,
pub b_filler: c_int,
pub i_aq_mode: c_int,
pub f_aq_strength: f32,
pub b_mb_tree: c_int,
pub i_lookahead: c_int,
pub b_stat_write: c_int,
pub psz_stat_out: *mut c_char,
pub b_stat_read: c_int,
pub psz_stat_in: *mut c_char,
pub f_qcompress: f32,
pub f_qblur: f32,
pub f_complexity_blur: f32,
pub zones: *mut x264_zone_t,
pub i_zones: c_int,
pub psz_zones: *mut c_char,
}Fields§
§i_rc_method: c_int§i_qp_constant: c_int§i_qp_min: c_int§i_qp_max: c_int§i_qp_step: c_int§i_bitrate: c_int§f_rf_constant: f32§f_rf_constant_max: f32§f_rate_tolerance: f32§i_vbv_max_bitrate: c_int§i_vbv_buffer_size: c_int§f_vbv_buffer_init: f32§f_ip_factor: f32§f_pb_factor: f32§b_filler: c_int§i_aq_mode: c_int§f_aq_strength: f32§b_mb_tree: c_int§i_lookahead: c_int§b_stat_write: c_int§psz_stat_out: *mut c_char§b_stat_read: c_int§psz_stat_in: *mut c_char§f_qcompress: f32§f_qblur: f32§f_complexity_blur: f32§zones: *mut x264_zone_t§i_zones: c_int§psz_zones: *mut c_charTrait Implementations§
Source§impl Clone for x264_param_t__bindgen_ty_3
impl Clone for x264_param_t__bindgen_ty_3
Source§fn clone(&self) -> x264_param_t__bindgen_ty_3
fn clone(&self) -> x264_param_t__bindgen_ty_3
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for x264_param_t__bindgen_ty_3
impl Debug for x264_param_t__bindgen_ty_3
impl Copy for x264_param_t__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for x264_param_t__bindgen_ty_3
impl RefUnwindSafe for x264_param_t__bindgen_ty_3
impl !Send for x264_param_t__bindgen_ty_3
impl !Sync for x264_param_t__bindgen_ty_3
impl Unpin for x264_param_t__bindgen_ty_3
impl UnwindSafe for x264_param_t__bindgen_ty_3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more