Struct vvdec_sys::vvdecParams
source · #[repr(C)]pub struct vvdecParams {Show 13 fields
pub threads: c_int,
pub parseThreads: c_int,
pub upscaleOutput: vvdecRPRUpscaling,
pub logLevel: vvdecLogLevel,
pub verifyPictureHash: bool,
pub removePadding: bool,
pub simd: vvdecSIMD_Extension,
pub opaque: *mut c_void,
pub errHandlingFlags: vvdecErrHandlingFlags,
pub padding1: c_int,
pub padding2: c_int,
pub padding3: c_int,
pub padding4: c_int,
}Fields§
§threads: c_int§parseThreads: c_int§upscaleOutput: vvdecRPRUpscaling§logLevel: vvdecLogLevel§verifyPictureHash: bool§removePadding: bool§simd: vvdecSIMD_Extension§opaque: *mut c_void§errHandlingFlags: vvdecErrHandlingFlags§padding1: c_int§padding2: c_int§padding3: c_int§padding4: c_intTrait Implementations§
source§impl Clone for vvdecParams
impl Clone for vvdecParams
source§fn clone(&self) -> vvdecParams
fn clone(&self) -> vvdecParams
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 vvdecParams
impl Debug for vvdecParams
impl Copy for vvdecParams
Auto Trait Implementations§
impl RefUnwindSafe for vvdecParams
impl !Send for vvdecParams
impl !Sync for vvdecParams
impl Unpin for vvdecParams
impl UnwindSafe for vvdecParams
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