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

Trait Implementations

impl Debug for vpx_codec_ctx__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for vpx_codec_ctx__bindgen_ty_1
[src]

impl Clone for vpx_codec_ctx__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more