Struct aom_sys::aom::aom_codec_dec_cfg
source · #[repr(C)]pub struct aom_codec_dec_cfg {
pub threads: c_uint,
pub w: c_uint,
pub h: c_uint,
pub allow_lowbitdepth: c_uint,
}
Fields§
§threads: c_uint
§w: c_uint
§h: c_uint
§allow_lowbitdepth: c_uint
Trait Implementations§
source§impl Clone for aom_codec_dec_cfg
impl Clone for aom_codec_dec_cfg
source§fn clone(&self) -> aom_codec_dec_cfg
fn clone(&self) -> aom_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 moresource§impl Debug for aom_codec_dec_cfg
impl Debug for aom_codec_dec_cfg
impl Copy for aom_codec_dec_cfg
Auto Trait Implementations§
impl RefUnwindSafe for aom_codec_dec_cfg
impl Send for aom_codec_dec_cfg
impl Sync for aom_codec_dec_cfg
impl Unpin for aom_codec_dec_cfg
impl UnwindSafe for aom_codec_dec_cfg
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more