Struct vpx_sys::vpx_codec_dec_cfg
source · #[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_uintTrait Implementations§
source§impl Clone for vpx_codec_dec_cfg
impl Clone for vpx_codec_dec_cfg
source§fn clone(&self) -> vpx_codec_dec_cfg
fn clone(&self) -> vpx_codec_dec_cfg
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more