Struct vpx_sys::vpx_codec_ctx__bindgen_ty_1
[−]
[src]
#[repr(C)]pub struct vpx_codec_ctx__bindgen_ty_1 { pub dec: __BindgenUnionField<*const vpx_codec_dec_cfg>, pub enc: __BindgenUnionField<*const vpx_codec_enc_cfg>, pub raw: __BindgenUnionField<*const c_void>, pub bindgen_union_field: u64, }
Fields
dec: __BindgenUnionField<*const vpx_codec_dec_cfg>
enc: __BindgenUnionField<*const vpx_codec_enc_cfg>
raw: __BindgenUnionField<*const c_void>
bindgen_union_field: u64
Trait Implementations
impl Debug for vpx_codec_ctx__bindgen_ty_1
[src]
impl Copy for vpx_codec_ctx__bindgen_ty_1
[src]
impl Clone for vpx_codec_ctx__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