Struct x264_sys::x264::x264_param_t__bindgen_ty_4 [] [src]

#[repr(C)]
pub struct x264_param_t__bindgen_ty_4 { pub i_left: c_uint, pub i_top: c_uint, pub i_right: c_uint, pub i_bottom: c_uint, }

Fields

Trait Implementations

impl Debug for x264_param_t__bindgen_ty_4
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x264_param_t__bindgen_ty_4
[src]

impl Clone for x264_param_t__bindgen_ty_4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations