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
frame: __BindgenUnionField<vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1>
twopass_stats: __BindgenUnionField<vpx_fixed_buf_t>
firstpass_mb_stats: __BindgenUnionField<vpx_fixed_buf_t>
psnr: __BindgenUnionField<vpx_codec_cx_pkt__bindgen_ty_1_vpx_psnr_pkt>
raw: __BindgenUnionField<vpx_fixed_buf_t>
pad: __BindgenUnionField<[c_char; 124]>
bindgen_union_field: [u64; 16]
Trait Implementations
impl Debug for vpx_codec_cx_pkt__bindgen_ty_1
[src]
impl Copy for vpx_codec_cx_pkt__bindgen_ty_1
[src]
impl Clone for vpx_codec_cx_pkt__bindgen_ty_1
[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