#[repr(C)]pub struct x264_param_t__bindgen_ty_2 {Show 26 fields
pub intra: c_uint,
pub inter: c_uint,
pub b_transform_8x8: c_int,
pub i_weighted_pred: c_int,
pub b_weighted_bipred: c_int,
pub i_direct_mv_pred: c_int,
pub i_chroma_qp_offset: c_int,
pub i_me_method: c_int,
pub i_me_range: c_int,
pub i_mv_range: c_int,
pub i_mv_range_thread: c_int,
pub i_subpel_refine: c_int,
pub b_chroma_me: c_int,
pub b_mixed_references: c_int,
pub i_trellis: c_int,
pub b_fast_pskip: c_int,
pub b_dct_decimate: c_int,
pub i_noise_reduction: c_int,
pub f_psy_rd: f32,
pub f_psy_trellis: f32,
pub b_psy: c_int,
pub b_mb_info: c_int,
pub b_mb_info_update: c_int,
pub i_luma_deadzone: [c_int; 2],
pub b_psnr: c_int,
pub b_ssim: c_int,
}Fields§
§intra: c_uint§inter: c_uint§b_transform_8x8: c_int§i_weighted_pred: c_int§b_weighted_bipred: c_int§i_direct_mv_pred: c_int§i_chroma_qp_offset: c_int§i_me_method: c_int§i_me_range: c_int§i_mv_range: c_int§i_mv_range_thread: c_int§i_subpel_refine: c_int§b_chroma_me: c_int§b_mixed_references: c_int§i_trellis: c_int§b_fast_pskip: c_int§b_dct_decimate: c_int§i_noise_reduction: c_int§f_psy_rd: f32§f_psy_trellis: f32§b_psy: c_int§b_mb_info: c_int§b_mb_info_update: c_int§i_luma_deadzone: [c_int; 2]§b_psnr: c_int§b_ssim: c_intTrait Implementations§
Source§impl Clone for x264_param_t__bindgen_ty_2
impl Clone for x264_param_t__bindgen_ty_2
Source§fn clone(&self) -> x264_param_t__bindgen_ty_2
fn clone(&self) -> x264_param_t__bindgen_ty_2
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_2
impl Debug for x264_param_t__bindgen_ty_2
impl Copy for x264_param_t__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for x264_param_t__bindgen_ty_2
impl RefUnwindSafe for x264_param_t__bindgen_ty_2
impl Send for x264_param_t__bindgen_ty_2
impl Sync for x264_param_t__bindgen_ty_2
impl Unpin for x264_param_t__bindgen_ty_2
impl UnwindSafe for x264_param_t__bindgen_ty_2
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