Struct vpx_sys::vpx_codec_cx_pkt__bindgen_ty_1_vpx_psnr_pkt
[−]
[src]
#[repr(C)]pub struct vpx_codec_cx_pkt__bindgen_ty_1_vpx_psnr_pkt { pub samples: [c_uint; 4], pub sse: [u64; 4], pub psnr: [f64; 4], }
Fields
samples: [c_uint; 4]
sse: [u64; 4]
psnr: [f64; 4]
Trait Implementations
impl Debug for vpx_codec_cx_pkt__bindgen_ty_1_vpx_psnr_pkt
[src]
impl Copy for vpx_codec_cx_pkt__bindgen_ty_1_vpx_psnr_pkt
[src]
impl Clone for vpx_codec_cx_pkt__bindgen_ty_1_vpx_psnr_pkt
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more