Struct vpx_sys::vpx_codec_cx_pkt__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct vpx_codec_cx_pkt__bindgen_ty_1 { pub frame: __BindgenUnionField<vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1>, pub twopass_stats: __BindgenUnionField<vpx_fixed_buf_t>, pub firstpass_mb_stats: __BindgenUnionField<vpx_fixed_buf_t>, pub psnr: __BindgenUnionField<vpx_codec_cx_pkt__bindgen_ty_1_vpx_psnr_pkt>, pub raw: __BindgenUnionField<vpx_fixed_buf_t>, pub pad: __BindgenUnionField<[c_char; 124]>, pub bindgen_union_field: [u64; 16], }

Fields

Trait Implementations

impl Debug for vpx_codec_cx_pkt__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for vpx_codec_cx_pkt__bindgen_ty_1
[src]

impl Clone for vpx_codec_cx_pkt__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more