Struct x264_sys::x264::x264_param_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct x264_param_t__bindgen_ty_1 { pub i_sar_height: c_int, pub i_sar_width: c_int, pub i_overscan: c_int, pub i_vidformat: c_int, pub b_fullrange: c_int, pub i_colorprim: c_int, pub i_transfer: c_int, pub i_colmatrix: c_int, pub i_chroma_loc: c_int, }

Fields

Trait Implementations

impl Debug for x264_param_t__bindgen_ty_1
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x264_param_t__bindgen_ty_1
[src]

impl Clone for x264_param_t__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations