#[repr(C)]pub struct vvdecParams {
pub threads: c_int,
pub parseDelay: c_int,
pub logLevel: vvdecLogLevel,
pub verifyPictureHash: bool,
pub filmGrainSynthesis: bool,
pub simd: vvdecSIMD_Extension,
pub opaque: *mut c_void,
pub errHandlingFlags: vvdecErrHandlingFlags,
pub reserved_1: i32,
pub reserved_2: i32,
pub reserved_3: i32,
pub reserved_4: i32,
}Fields§
§threads: c_int§parseDelay: c_int§logLevel: vvdecLogLevel§verifyPictureHash: bool§filmGrainSynthesis: bool§simd: vvdecSIMD_Extension§opaque: *mut c_void§errHandlingFlags: vvdecErrHandlingFlags§reserved_1: i32§reserved_2: i32§reserved_3: i32§reserved_4: i32Trait Implementations§
Source§impl Clone for vvdecParams
impl Clone for vvdecParams
Source§fn clone(&self) -> vvdecParams
fn clone(&self) -> vvdecParams
Returns a duplicate 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 Freeze for vvdecParams
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