#[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 moreSource§impl Debug for vpx_codec_dec_cfg
impl Debug for vpx_codec_dec_cfg
impl Copy for vpx_codec_dec_cfg
Auto Trait Implementations§
impl Freeze for vpx_codec_dec_cfg
impl RefUnwindSafe for vpx_codec_dec_cfg
impl Send for vpx_codec_dec_cfg
impl Sync for vpx_codec_dec_cfg
impl Unpin for vpx_codec_dec_cfg
impl UnwindSafe for vpx_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