Struct x264_sys::x264::x264_param_t__bindgen_ty_2 [] [src]

#[repr(C)]
pub struct x264_param_t__bindgen_ty_2 { 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

Trait Implementations

impl Debug for x264_param_t__bindgen_ty_2
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x264_param_t__bindgen_ty_2
[src]

impl Clone for x264_param_t__bindgen_ty_2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations