Struct vpx_sys::vpx_codec_dec_cfg
[−]
[src]
#[repr(C)]pub struct vpx_codec_dec_cfg { pub threads: c_uint, pub w: c_uint, pub h: c_uint, }
Fields
threads: c_uint
w: c_uint
h: c_uint
Trait Implementations
impl Debug for vpx_codec_dec_cfg
[src]
impl Copy for vpx_codec_dec_cfg
[src]
impl Clone for vpx_codec_dec_cfg
[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