Struct x264_sys::x264::x264_image_properties_t [] [src]

#[repr(C)]
pub struct x264_image_properties_t { pub quant_offsets: *mut f32, pub quant_offsets_free: Option<unsafe extern "C" fn(arg1: *mut c_void)>, pub mb_info: *mut u8, pub mb_info_free: Option<unsafe extern "C" fn(arg1: *mut c_void)>, pub f_ssim: f64, pub f_psnr_avg: f64, pub f_psnr: [f64; 3], pub f_crf_avg: f64, }

Fields

Trait Implementations

impl Debug for x264_image_properties_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x264_image_properties_t
[src]

impl Clone for x264_image_properties_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations